We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f4960 commit 5e9030eCopy full SHA for 5e9030e
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
dotnet-version: '8.0.x'
33
- name: NuGet Cache
34
- uses: actions/cache@v4
+ uses: actions/cache@v5
35
36
path: ${{ env.NUGET_PACKAGES }}
37
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
0 commit comments