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 authored and renovate[bot] committed Mar 21, 2022
1 parent 35e2078 commit e71790f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: node_modules
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: node_modules
Expand Down

0 comments on commit e71790f

Please sign in to comment.