Skip to content

Commit fc3393e

Browse files
chore(deps): update actions/cache action to v5.0.4 (#1284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1256c9a commit fc3393e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-node-pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3030
3131
- name: Cache pnpm store
32-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3333
with:
3434
path: |
3535
${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)