Skip to content

Commit c2f7989

Browse files
chore(deps): update pnpm/action-setup action to v2.2.4
1 parent ff78cf7 commit c2f7989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.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.0.1
19+
- uses: pnpm/action-setup@v2.2.4
2020
with:
2121
version: ^8
2222
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [16]
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: pnpm/action-setup@v2.0.1
21+
- uses: pnpm/action-setup@v2.2.4
2222
with:
2323
version: ^8
2424
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)