Skip to content

Commit 05e6ace

Browse files
Merge pull request #316 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 3d96527 + 6983449 commit 05e6ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
8686

8787
- name: Git Setup LFS Cache
88-
uses: actions/cache@v3
88+
uses: actions/cache@v4
8989
id: lfs-cache
9090
with:
9191
path: .git/lfs
@@ -98,7 +98,7 @@ jobs:
9898
uses: NuGet/setup-nuget@v1
9999

100100
- name: NuGet Setup Cache
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
id: nuget-cache
103103
with:
104104
path: ~/.nuget
@@ -187,7 +187,7 @@ jobs:
187187
uses: NuGet/setup-nuget@v1
188188

189189
- name: NuGet Setup Cache
190-
uses: actions/cache@v3
190+
uses: actions/cache@v4
191191
id: nuget-cache
192192
with:
193193
path: ~/.nuget

0 commit comments

Comments
 (0)