Skip to content

Commit faf43b6

Browse files
Update pnpm/action-setup action to v2.2.2 (#5101)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 91f7c99 commit faf43b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/action-setup@v2.2.1
18+
- uses: pnpm/action-setup@v2.2.2
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: '16.x'
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- run: git config --global core.autocrlf false
4141
- uses: actions/checkout@v3
42-
- uses: pnpm/action-setup@v2.2.1
42+
- uses: pnpm/action-setup@v2.2.2
4343
- uses: actions/setup-node@v3
4444
with:
4545
node-version: ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424
fetch-depth: 0
25-
- uses: pnpm/action-setup@v2.2.1
25+
- uses: pnpm/action-setup@v2.2.2
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v3
2828
with:

0 commit comments

Comments
 (0)