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