File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 dotnet-version : 8.0.x
2626
2727 - name : Cache NuGet packages
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
28+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
2929 with :
3030 path : ~/.nuget/packages
3131 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 2424 dotnet-version : 8.0.x
2525
2626 - name : Cache NuGet packages
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : ~/.nuget/packages
3030 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 3737 dotnet-version : 8.0.x
3838
3939 - name : Cache NuGet packages
40- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
40+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
4141 with :
4242 path : ~/.nuget/packages
4343 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 dotnet-version : 8.0.x
106106
107107 - name : Cache NuGet packages
108- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
108+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
109109 with :
110110 path : ~/.nuget/packages
111111 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 3333 dotnet-version : 8.0.x
3434
3535 - name : Cache NuGet packages
36- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
36+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
3737 with :
3838 path : ~/.nuget/packages
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 4848
4949 - name : Cache NuGet packages
5050 if : steps.token-check.outputs.available == 'true'
51- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
51+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
5252 with :
5353 path : ~/.nuget/packages
5454 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
You can’t perform that action at this time.
0 commit comments