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

Commit

Permalink
Merge pull request #154 from nodejs-monorepo-templates/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
KSXGitHub authored Jan 22, 2024
2 parents e83a1fb + 27f2781 commit 8fe5f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
node-version: ${{ matrix.vars.node }}
- name: Cache PNPM store
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store/v3
key: pnpm5-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit 8fe5f4c

Please sign in to comment.