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 093304c commit 7b6cfe3Copy full SHA for 7b6cfe3
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v3
38
39
- name: NuGet cache
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
path: ${{ env.NUGET_PACKAGES }}
43
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "version=$(./Scripts/Get-Version.ps1 -RefName $env:GITHUB_REF)" >> $env:GITHUB_OUTPUT
33
34
35
36
key: release.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}
0 commit comments