File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 show-progress : false
3434
3535 - name : Cache packages
36- uses : actions/cache@v4.3.0
36+ uses : actions/cache@v5.0.1
3737 with :
3838 path : ${{ env.NUGET_PACKAGES }}
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
5959 dotnet-version : 10.0.101
6060
6161 - name : Cache packages
62- uses : actions/cache@v4.3.0
62+ uses : actions/cache@v5.0.1
6363 with :
6464 path : ${{ env.NUGET_PACKAGES }}
6565 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
8585 dotnet-version : 10.0.101
8686
8787 - name : Cache packages
88- uses : actions/cache@v4.3.0
88+ uses : actions/cache@v5.0.1
8989 with :
9090 path : ${{ env.NUGET_PACKAGES }}
9191 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111111 dotnet-version : 10.0.101
112112
113113 - name : Cache packages
114- uses : actions/cache@v4.3.0
114+ uses : actions/cache@v5.0.1
115115 with :
116116 path : ${{ env.NUGET_PACKAGES }}
117117 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments