Skip to content

Commit 7ab65f8

Browse files
renovate-botspaceninja
authored andcommitted
Update actions/cache action to v2
1 parent b5cb9a6 commit 7ab65f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 12
1414
- name: Cache node modules
15-
uses: actions/cache@v1
15+
uses: actions/cache@v2
1616
with:
1717
path: ~/.npm
1818
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: 12
3333
- name: Cache node modules
34-
uses: actions/cache@v1
34+
uses: actions/cache@v2
3535
with:
3636
path: ~/.npm
3737
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
node-version: 12
5252
- name: Cache node modules
53-
uses: actions/cache@v1
53+
uses: actions/cache@v2
5454
with:
5555
path: ~/.npm
5656
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 12
7474
- name: Cache node modules
75-
uses: actions/cache@v1
75+
uses: actions/cache@v2
7676
with:
7777
path: ~/.npm
7878
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)