Skip to content

Commit 2d4ebab

Browse files
Merge pull request #539 from SixLabors/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 15efbb2 + f227585 commit 2d4ebab

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
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT"
4848

4949
- name: Git Setup LFS Cache
50-
uses: actions/cache@v5
50+
uses: actions/cache@v6
5151
with:
5252
path: .git/lfs
5353
key: ${{ steps.expose-key.outputs.lfs_key }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
# Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
132132
- name: Git Setup LFS Cache
133-
uses: actions/cache@v5
133+
uses: actions/cache@v6
134134
with:
135135
path: .git/lfs
136136
key: ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -142,7 +142,7 @@ jobs:
142142
uses: NuGet/setup-nuget@v4
143143

144144
- name: NuGet Setup Cache
145-
uses: actions/cache@v5
145+
uses: actions/cache@v6
146146
id: nuget-cache
147147
with:
148148
path: ~/.nuget
@@ -233,7 +233,7 @@ jobs:
233233
uses: NuGet/setup-nuget@v4
234234

235235
- name: NuGet Setup Cache
236-
uses: actions/cache@v5
236+
uses: actions/cache@v6
237237
id: nuget-cache
238238
with:
239239
path: ~/.nuget

0 commit comments

Comments
 (0)