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 bfdc695 commit bb0b08aCopy full SHA for bb0b08a
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
fetch-depth: '0'
86
- name: Restore NuGet Cache
87
id: restore-nuget-cache
88
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
89
with:
90
path: '${{ github.workspace }}/.nuget/packages'
91
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
@@ -110,7 +110,7 @@ jobs:
110
dotnet nuke Restore --skip
111
- name: Update NuGet Cache
112
if: always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
113
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
114
115
116
0 commit comments