We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723c977 commit 718a8e1Copy full SHA for 718a8e1
2 files changed
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
run: ./scripts/verify-encoding.ps1
46
47
- name: NuGet cache
48
- uses: actions/cache@v5
+ uses: actions/cache@v6
49
with:
50
path: ${{ env.NUGET_PACKAGES }}
51
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}
.github/workflows/nuget.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "version=$(./scripts/Get-Version.ps1 -RefName $env:GITHUB_REF)" >> $env:GITHUB_OUTPUT
31
32
33
34
35
36
key: release.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}
0 commit comments