Skip to content

Commit cfff5c4

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update pnpm/action-setup action to v2.2.2
1 parent 3cadf07 commit cfff5c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/action-setup@v2.2.1
19+
- uses: pnpm/action-setup@v2.2.2
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/action-setup@v2.2.1
14+
- uses: pnpm/action-setup@v2.2.2
1515
with:
1616
version: 6.20.3
1717
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)