Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and moltar committed Oct 21, 2020
1 parent 85cbf3c commit 6ba3bf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/polly.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '12.x'

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 6ba3bf0

Please sign in to comment.