Skip to content

Commit a066754

Browse files
Merge pull request #355 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents a3f306c + 740bc0b commit a066754

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
@@ -63,7 +63,7 @@ jobs:
6363
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
6464

6565
- name: Git Setup LFS Cache
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
id: lfs-cache
6868
with:
6969
path: .git/lfs
@@ -76,7 +76,7 @@ jobs:
7676
uses: NuGet/setup-nuget@v1
7777

7878
- name: NuGet Setup Cache
79-
uses: actions/cache@v3
79+
uses: actions/cache@v4
8080
id: nuget-cache
8181
with:
8282
path: ~/.nuget
@@ -178,7 +178,7 @@ jobs:
178178
uses: NuGet/setup-nuget@v1
179179

180180
- name: NuGet Setup Cache
181-
uses: actions/cache@v3
181+
uses: actions/cache@v4
182182
id: nuget-cache
183183
with:
184184
path: ~/.nuget

0 commit comments

Comments
 (0)