Skip to content

Commit 57b6fba

Browse files
committed
ci: use cache v4
1 parent 765df47 commit 57b6fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '6.0.100'
2020

2121
- name: NuGet cache
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json') }}-${{ hashFiles('*.lock') }}

0 commit comments

Comments
 (0)