Skip to content

Commit 5e5e3a6

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f23980d commit 5e5e3a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT"
5050

5151
- name: Git Setup LFS Cache
52-
uses: actions/cache@v5
52+
uses: actions/cache@v6
5353
with:
5454
path: .git/lfs
5555
key: ${{ steps.expose-key.outputs.lfs_key }}
@@ -144,7 +144,7 @@ jobs:
144144

145145
# Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
146146
- name: Git Setup LFS Cache
147-
uses: actions/cache@v5
147+
uses: actions/cache@v6
148148
with:
149149
path: .git/lfs
150150
key: ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -157,7 +157,7 @@ jobs:
157157
uses: NuGet/setup-nuget@v4
158158

159159
- name: NuGet Setup Cache
160-
uses: actions/cache@v5
160+
uses: actions/cache@v6
161161
id: nuget-cache
162162
with:
163163
path: ~/.nuget
@@ -243,7 +243,7 @@ jobs:
243243
uses: NuGet/setup-nuget@v4
244244

245245
- name: NuGet Setup Cache
246-
uses: actions/cache@v5
246+
uses: actions/cache@v6
247247
id: nuget-cache
248248
with:
249249
path: ~/.nuget

0 commit comments

Comments
 (0)