Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 1efafbb

Browse files
authored
Merge pull request #67 from microsoftgraph/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents ec585c3 + a26f763 commit 1efafbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)