File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
fetch-depth : 2
32
32
filter : blob:none # We don't need all blobs
33
33
34
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
34
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
35
35
with :
36
36
path : ~/.nuget/packages
37
37
key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
72
72
fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
73
73
filter : blob:none # We don't need all blobs
74
74
75
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
75
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
76
76
with :
77
77
path : ~/.nuget/packages
78
78
key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
Original file line number Diff line number Diff line change 31
31
fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
32
32
filter : blob:none # We don't need all blobs
33
33
34
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
34
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
35
35
with :
36
36
path : ~/.nuget/packages
37
37
key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
You can’t perform that action at this time.
0 commit comments