Skip to content

Commit 3f302b3

Browse files
chore(deps): bump pnpm/action-setup from 2.1.0 to 2.2.1
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 444065d commit 3f302b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-
2828
2929
- name: Install pnpm
30-
uses: pnpm/action-setup@v2.1.0
30+
uses: pnpm/action-setup@v2.2.1
3131
with:
3232
version: 6.0.2
3333

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
${{ runner.os }}-
2525
2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v2.1.0
27+
uses: pnpm/action-setup@v2.2.1
2828
with:
2929
version: 6.0.2
3030

0 commit comments

Comments
 (0)