Skip to content

Commit 74729f1

Browse files
committed
ci: fix actions/cache version
1 parent 5145afc commit 74729f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4646
4747
- name: Setup pnpm cache
48-
uses: actions/cache@v6
48+
uses: actions/cache@v5
4949
with:
5050
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5151
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)