diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 9dfd44e3..2f18c2b2 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -47,7 +47,7 @@ jobs: run: echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT" - name: Git Setup LFS Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: ${{ steps.expose-key.outputs.lfs_key }} @@ -130,7 +130,7 @@ jobs: # Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here. - name: Git Setup LFS Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: ${{ needs.WarmLFS.outputs.lfs_key }} @@ -142,7 +142,7 @@ jobs: uses: NuGet/setup-nuget@v2 - name: NuGet Setup Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: ~/.nuget @@ -233,7 +233,7 @@ jobs: uses: NuGet/setup-nuget@v2 - name: NuGet Setup Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: ~/.nuget