File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 dotnet-version : ${{ env.DOTNET_VERSION }}
3131
3232 - name : Cache NuGet packages
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : ${{ env.NUGET_PACKAGES }}
3636 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}
6767 dotnet-version : ${{ env.DOTNET_VERSION }}
6868
6969 - name : Cache NuGet packages
70- uses : actions/cache@v4
70+ uses : actions/cache@v5
7171 with :
7272 path : ${{ env.NUGET_PACKAGES }}
7373 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}
@@ -114,7 +114,7 @@ jobs:
114114 dotnet-version : ${{ env.DOTNET_VERSION }}
115115
116116 - name : Cache NuGet packages
117- uses : actions/cache@v4
117+ uses : actions/cache@v5
118118 with :
119119 path : ${{ env.NUGET_PACKAGES }}
120120 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}
You can’t perform that action at this time.
0 commit comments