This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 dotnet nuget add source ${{env.MS_NUGET_URL}} -n ms-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
2626 dotnet nuget add source ${{env.MSGRAPH_NUGET_URL}} -n msgraph-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
27- - uses : actions/cache@v2
27+ - uses : actions/cache@v3
2828 with :
2929 path : ~/.nuget/packages
3030 # Look to see if there is a cache hit for the corresponding requirements file
Original file line number Diff line number Diff line change 3939 run : |
4040 dotnet nuget add source ${{env.MS_NUGET_URL}} -n ms-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
4141 dotnet nuget add source ${{env.MSGRAPH_NUGET_URL}} -n msgraph-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
42- - uses : actions/cache@v2
42+ - uses : actions/cache@v3
4343 with :
4444 path : ~/.nuget/packages
4545 # Look to see if there is a cache hit for the corresponding requirements file
You can’t perform that action at this time.
0 commit comments