Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 0035c76

Browse files
authored
Merge pull request #96 from nodejs-monorepo-templates/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2 parents 4955d00 + 2e8b451 commit 0035c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
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/[email protected].5
54+
uses: actions/[email protected].6
5555
with:
5656
path: ~/.pnpm-store/v3
5757
key: pnpm5-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)