Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit defe3ae

Browse files
authored
ci(deploy): update pnpm/action-setup to v3
Signed-off-by: Wibus <[email protected]>
1 parent 4ee9357 commit defe3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3030
restore-keys: |
3131
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
32-
- uses: pnpm/action-setup@v2.4.0
32+
- uses: pnpm/action-setup@v3
3333
with:
3434
version: latest
3535
run_install: false

0 commit comments

Comments
 (0)