Skip to content

Commit de1a46e

Browse files
authored
Merge pull request #559 from pmb0/renovate/actions-cache-2.x
chore(deps): update actions/cache action to v2
2 parents 9720a65 + bcc8c84 commit de1a46e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Cache .pnpm-store
24-
uses: actions/cache@v1
24+
uses: actions/cache@v2
2525
with:
2626
path: ~/.pnpm-store
2727
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525

2626
- name: Cache .pnpm-store
27-
uses: actions/cache@v1
27+
uses: actions/cache@v2
2828
with:
2929
path: ~/.pnpm-store
3030
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)