Skip to content

Commit 6350ad4

Browse files
chore(deps): update pnpm/action-setup action to v2.2.4
1 parent 04b470d commit 6350ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2929
restore-keys: |
3030
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
31-
- uses: pnpm/[email protected].2
31+
- uses: pnpm/[email protected].4
3232
with:
3333
version: latest
3434
run_install: false

.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/[email protected].2
32+
- uses: pnpm/[email protected].4
3333
with:
3434
version: latest
3535
run_install: false

0 commit comments

Comments
 (0)