File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
fetch-depth : ' 0'
86
86
- name : Restore NuGet Cache
87
87
id : restore-nuget-cache
88
- uses : actions/cache@v4
88
+ uses : actions/cache/restore @v4
89
89
with :
90
90
path : ' ${{ github.workspace }}/.nuget/packages'
91
91
key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
@@ -116,7 +116,7 @@ jobs:
116
116
if : always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
117
117
uses : actions/cache/save@v4
118
118
with :
119
- key : ${{ steps.restore -nuget-cache.outputs.cache-primary-key }}
119
+ key : " ${{ runner.os }} -nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
120
120
path : ' ${{ github.workspace }}/.nuget/packages'
121
121
- name : ⚙ Build
122
122
id : build
You can’t perform that action at this time.
0 commit comments