Skip to content

Commit 9cb507b

Browse files
Merge pull request #24 from SixLabors/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents fe7a9de + f5b7278 commit 9cb507b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

5050
- name: Git Setup LFS Cache
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: .git/lfs
5454
key: ${{ steps.expose-key.outputs.lfs_key }}
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
116116
- name: Git Setup LFS Cache
117-
uses: actions/cache@v4
117+
uses: actions/cache@v5
118118
with:
119119
path: .git/lfs
120120
key: ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -126,7 +126,7 @@ jobs:
126126
uses: NuGet/setup-nuget@v2
127127

128128
- name: NuGet Setup Cache
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
id: nuget-cache
131131
with:
132132
path: ~/.nuget
@@ -201,7 +201,7 @@ jobs:
201201
uses: NuGet/setup-nuget@v2
202202

203203
- name: NuGet Setup Cache
204-
uses: actions/cache@v4
204+
uses: actions/cache@v5
205205
id: nuget-cache
206206
with:
207207
path: ~/.nuget

.github/workflows/code-coverage.yml

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

4242
- name: Git Setup LFS Cache
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
id: lfs-cache
4545
with:
4646
path: .git/lfs
@@ -53,7 +53,7 @@ jobs:
5353
uses: NuGet/setup-nuget@v2
5454

5555
- name: NuGet Setup Cache
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
id: nuget-cache
5858
with:
5959
path: ~/.nuget

0 commit comments

Comments
 (0)