Skip to content

Commit 51a0fb4

Browse files
Bump actions/cache from 4 to 5 (#380)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Jackson-South <james_south@hotmail.com>
1 parent bc082d6 commit 51a0fb4

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@v4
52+
uses: actions/cache@v5
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@v4
147+
uses: actions/cache@v5
148148
with:
149149
path: .git/lfs
150150
key: ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -157,7 +157,7 @@ jobs:
157157
uses: NuGet/setup-nuget@v2
158158

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

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

0 commit comments

Comments
 (0)