Skip to content

Commit 5011012

Browse files
chore(deps): update actions/cache action to v4.2.1
1 parent 5fcdd5b commit 5011012

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/setup-pnpm-with-dependencies

1 file changed

+1
-1
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
5050
- name: Dependency Cache
5151
id: dependency-cache
52-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
52+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
5353
with:
5454
path: '**/node_modules'
5555
key: ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)