Skip to content

Commit 602bbd0

Browse files
chore(deps): bump actions/cache from 3.0.1 to 3.0.2 (#327)
1 parent 2b1f426 commit 602bbd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 14.x
2020
- name: Cache Node.js modules
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
with:
2323
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424
key: ${{ runner.OS }}-node-14.x-${{ hashFiles('**/package-lock.json') }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
- name: Cache Node.js modules
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].2
4747
with:
4848
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
4949
key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 14.x
2020
- name: Cache Node.js modules
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
with:
2323
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424
key: ${{ runner.OS }}-node-14.x-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)