Skip to content

Commit c3dff35

Browse files
Merge pull request #2648 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 1f22bce + 6580494 commit c3dff35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

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

6969
- name: Git Setup LFS Cache
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
id: lfs-cache
7272
with:
7373
path: .git/lfs
@@ -80,7 +80,7 @@ jobs:
8080
uses: NuGet/setup-nuget@v1
8181

8282
- name: NuGet Setup Cache
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
id: nuget-cache
8585
with:
8686
path: ~/.nuget
@@ -162,7 +162,7 @@ jobs:
162162
uses: NuGet/setup-nuget@v1
163163

164164
- name: NuGet Setup Cache
165-
uses: actions/cache@v3
165+
uses: actions/cache@v4
166166
id: nuget-cache
167167
with:
168168
path: ~/.nuget

.github/workflows/code-coverage.yml

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

3636
- name: Git Setup LFS Cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
id: lfs-cache
3939
with:
4040
path: .git/lfs
@@ -47,7 +47,7 @@ jobs:
4747
uses: NuGet/setup-nuget@v1
4848

4949
- name: NuGet Setup Cache
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
id: nuget-cache
5252
with:
5353
path: ~/.nuget

0 commit comments

Comments
 (0)