Skip to content

Commit 166dbea

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 907b7f7 commit 166dbea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3737
38-
- uses: pnpm/action-setup@v3.0.0
38+
- uses: pnpm/action-setup@v4.0.0
3939
with:
4040
version: 8.x.x
4141
run_install: true

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3535
36-
- uses: pnpm/action-setup@v3.0.0
36+
- uses: pnpm/action-setup@v4.0.0
3737
with:
3838
version: 8.x.x
3939
run_install: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: |
3232
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3333
34-
- uses: pnpm/action-setup@v3.0.0
34+
- uses: pnpm/action-setup@v4.0.0
3535
with:
3636
version: 8.x.x
3737
run_install: true

0 commit comments

Comments
 (0)