Skip to content

Commit 06e7e8d

Browse files
authored
Merge pull request #14 from Recodive/dependabot/github_actions/pnpm/action-setup-2.2.1
chore(deps): bump pnpm/action-setup from 2.1.0 to 2.2.1
2 parents ac9868a + 3f302b3 commit 06e7e8d

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)