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 885f9d4 commit 9ae2ea8Copy full SHA for 9ae2ea8
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
dotnet-version: '8.0.x'
32
- name: NuGet Cache
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
35
path: ${{ env.NUGET_PACKAGES }}
36
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
0 commit comments