Skip to content

Commit 5dfe5a8

Browse files
Missed cache action update
1 parent 4d3a851 commit 5dfe5a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

103103
- name: Git Setup LFS Cache
104-
uses: actions/cache@v2
104+
uses: actions/cache@v4
105105
id: lfs-cache
106106
with:
107107
path: .git/lfs
@@ -114,7 +114,7 @@ jobs:
114114
uses: NuGet/setup-nuget@v1
115115

116116
- name: NuGet Setup Cache
117-
uses: actions/cache@v2
117+
uses: actions/cache@v4
118118
id: nuget-cache
119119
with:
120120
path: ~/.nuget

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
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@v2
37+
uses: actions/cache@v4
3838
id: lfs-cache
3939
with:
4040
path: .git/lfs

0 commit comments

Comments
 (0)