Skip to content

Commit eb2c90f

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 4a3e93d commit eb2c90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3333
3434
- name: Setup pnpm cache
35-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636
with:
3737
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3838
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -67,7 +67,7 @@ jobs:
6767
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
6868
6969
- name: Setup pnpm cache
70-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
70+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7171
with:
7272
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
7373
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)