Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3 (#2861)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 27, 2022
1 parent 16eaeb6 commit 1ff9688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: restore lerna
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: restore lerna
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v2

- name: restore lerna
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: sudo chmod -R 777 /github /__w

- name: restore lerna
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

- name: restore lerna
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
experimental/node_modules
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: actions/checkout@v2

- name: restore lerna
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
run: sudo chmod -R 777 /github /__w

- name: restore lerna
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down

0 comments on commit 1ff9688

Please sign in to comment.