We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d43068 commit f54a66bCopy full SHA for f54a66b
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
dotnet-version: '6.0.100'
20
21
- name: NuGet cache
22
- uses: actions/cache@v1
+ uses: actions/cache@v4
23
with:
24
path: ~/.nuget/packages
25
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json') }}-${{ hashFiles('*.lock') }}
0 commit comments