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 3131 fetch-depth : 2
3232 filter : blob:none # We don't need all blobs
3333
34- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
34+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535 with :
3636 path : ~/.nuget/packages
3737 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
7171 fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
7272 filter : blob:none # We don't need all blobs
7373
74- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
74+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7575 with :
7676 path : ~/.nuget/packages
7777 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
Original file line number Diff line number Diff line change 3333 fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
3434 filter : blob:none # We don't need all blobs
3535
36- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
36+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3737 with :
3838 path : ~/.nuget/packages
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
You can’t perform that action at this time.
0 commit comments