Skip to content

Commit 7868f55

Browse files
Bump actions/cache from 4 to 5
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>
1 parent ad816ed commit 7868f55

2 files changed

Lines changed: 6 additions & 6 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
@@ -236,7 +236,7 @@ jobs:
236236
uses: NuGet/setup-nuget@v2
237237

238238
- name: NuGet Setup Cache
239-
uses: actions/cache@v4
239+
uses: actions/cache@v5
240240
id: nuget-cache
241241
with:
242242
path: ~/.nuget

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: git lfs ls-files -l | awk '{print $1}' | sort > .lfs-assets-id
4747

4848
- name: Git Setup LFS Cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
id: lfs-cache
5151
with:
5252
path: .git/lfs
@@ -59,7 +59,7 @@ jobs:
5959
uses: NuGet/setup-nuget@v2
6060

6161
- name: NuGet Setup Cache
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
id: nuget-cache
6464
with:
6565
path: ~/.nuget

0 commit comments

Comments
 (0)