Skip to content

Commit 1a15d86

Browse files
chore(deps): update actions/cache action to v4.2.2
1 parent 35154f2 commit 1a15d86

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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)