Skip to content

Commit a50663d

Browse files
committed
chore(deps): update pnpm/action-setup action to v2.2.3
1 parent dc7c6bf commit a50663d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changeset-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- uses: pnpm/[email protected].2
19+
- uses: pnpm/[email protected].3
2020
with:
2121
version: 6.20.3
2222

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: pnpm/[email protected].2
14+
- uses: pnpm/[email protected].3
1515
with:
1616
version: 6.20.3
1717
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)