Skip to content

Commit c9f2cc0

Browse files
chore(deps): update actions/cache action to v4.2.3
1 parent e8ea3ce commit c9f2cc0

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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)