File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271271
272272 - name : Setup NuGet cache
273273 # ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
274- uses : actions/cache@v4.2.1
274+ uses : actions/cache@v4.2.2
275275 env :
276276 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
277277 with :
Original file line number Diff line number Diff line change 3333
3434 - name : Setup NuGet cache
3535 # ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
36- uses : actions/cache@v4.2.1
36+ uses : actions/cache@v4.2.2
3737 with :
3838 path : ${{ steps.set-nuget-packages.outputs.path-to-nuget-packages }}
3939 key : test-NuGetPackages-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ jobs:
301301
302302 - name : Setup NuGet cache
303303 # ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
304- uses : actions/cache@v4.2.1
304+ uses : actions/cache@v4.2.2
305305 env :
306306 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
307307 with :
You can’t perform that action at this time.
0 commit comments