diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9441531..adb7c6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -40,7 +40,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -71,7 +71,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |