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