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 4d03154 commit 4dd3a9eCopy full SHA for 4dd3a9e
.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