We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821301d commit 70d5932Copy full SHA for 70d5932
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the channel
21
22
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
23
24
path: ~/.nuget/packages
25
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
0 commit comments