File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 dotnet-version : ' 10.0.x'
2020
2121 - name : cache nuget packages
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.nuget/packages
2525 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
4646 dotnet-version : ' 10.0.x'
4747
4848 - name : cache nuget packages
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ~/.nuget/packages
5252 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 1919 dotnet-version : ' 10.0.x'
2020
2121 - name : cache nuget packages
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.nuget/packages
2525 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
4646 dotnet-version : ' 10.0.x'
4747
4848 - name : cache nuget packages
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ~/.nuget/packages
5252 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
You can’t perform that action at this time.
0 commit comments