Skip to content

Commit 4d3a851

Browse files
Use latest cache action
1 parent 4cb9f40 commit 4d3a851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
uses: NuGet/setup-nuget@v1
192192

193193
- name: NuGet Setup Cache
194-
uses: actions/cache@v2
194+
uses: actions/cache@v4
195195
id: nuget-cache
196196
with:
197197
path: ~/.nuget

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: NuGet/setup-nuget@v1
4848

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

0 commit comments

Comments
 (0)