Skip to content

Commit a6768ec

Browse files
authored
Merge pull request #18 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 4961533 + 0876171 commit a6768ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

5656
- name: Restore LFS cache
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
id: lfs-cache
5959
with:
6060
path: .git/lfs
@@ -75,7 +75,7 @@ jobs:
7575
git submodule -q update --init --recursive
7676
7777
- name: Setup NuGet Cache
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
id: nuget-cache
8080
with:
8181
path: ~/.nuget

0 commit comments

Comments
 (0)