Skip to content

Commit c2f2ae9

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update pnpm/action-setup action to v2.2.1
1 parent 5ae5497 commit c2f2ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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 }}-
3535
36-
- uses: pnpm/[email protected].0
36+
- uses: pnpm/[email protected].1
3737
with:
3838
version: 6.0.2
3939
run_install: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
3434
35-
- uses: pnpm/[email protected].0
35+
- uses: pnpm/[email protected].1
3636
with:
3737
version: 6.0.2
3838
run_install: true

0 commit comments

Comments
 (0)