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 35406b2 commit 8809a79Copy full SHA for 8809a79
2 files changed
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- if: runner.os != 'macOS' # TODO[#430]: Re-enable this back after https://github.com/actions/runner-images/issues/13341
40
# is resolved.
41
name: NuGet cache
42
- uses: actions/cache@v5
+ uses: actions/cache@v6
43
with:
44
path: ${{ env.NUGET_PACKAGES }}
45
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/setup-dotnet@v5
47
48
- name: NuGet cache
49
50
51
52
0 commit comments