Skip to content

Commit 08e8302

Browse files
renovate-botlgaticaq
authored andcommitted
chore(deps): update actions/cache action to v2
[skip ci]
1 parent 8cc7f95 commit 08e8302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v1
1111
with:
1212
node-version: "12.16.2"
13-
- uses: actions/cache@v1
13+
- uses: actions/cache@v2
1414
with:
1515
path: ~/.npm
1616
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v1
3030
with:
3131
node-version: "12.16.2"
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v2
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)