File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
dotnet-version : " 8.0.x"
55
55
56
56
- name : Enable NuGet cache
57
- uses : actions/cache@v3.2.3
57
+ uses : actions/cache@v3.3.2
58
58
with :
59
59
path : ~/.nuget/packages
60
60
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -102,7 +102,7 @@ jobs:
102
102
tools : licensefinder
103
103
104
104
- name : Enable NuGet cache
105
- uses : actions/cache@v3.2.3
105
+ uses : actions/cache@v3.3.2
106
106
with :
107
107
path : ~/.nuget/packages
108
108
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140
140
dotnet-version : " 8.0.x"
141
141
142
142
- name : Enable NuGet cache
143
- uses : actions/cache@v3.2.3
143
+ uses : actions/cache@v3.3.2
144
144
with :
145
145
path : ~/.nuget/packages
146
146
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -225,7 +225,7 @@ jobs:
225
225
dotnet-version : " 8.0.x"
226
226
227
227
- name : Enable NuGet cache
228
- uses : actions/cache@v3.2.3
228
+ uses : actions/cache@v3.3.2
229
229
with :
230
230
path : ~/.nuget/packages
231
231
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments