Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 25, 2022
1 parent 00b1a94 commit f74c5bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Cache Dependencies
if: ${{ steps.release.outputs.releases_created }}
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down

0 comments on commit f74c5bb

Please sign in to comment.