Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3 (#955)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 12, 2022
1 parent 7c97def commit e99d682
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 @@ -134,7 +134,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 @@ -126,7 +126,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 @@ -176,7 +176,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 e99d682

Please sign in to comment.