Skip to content

Commit ed8b727

Browse files
chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#290)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 312871f commit ed8b727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4949
5050
- name: Setup pnpm cache
51-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
51+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5252
with:
5353
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5454
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)