Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit b357ebf

Browse files
authored
Merge pull request #146 from ksxnodeapps/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
2 parents 733c13c + 48265ab commit b357ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
node-version: ${{ matrix.vars.node }}
5353
- name: Cache PNPM store
54-
uses: actions/cache@v2
54+
uses: actions/cache@v2.1.4
5555
with:
5656
path: ~/.pnpm-store/v3
5757
key: pnpm5-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)