-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pnpm/action-setup action to v2.2.1 (#4126)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
3cf6dc0
commit 7acbcc1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: pnpm/[email protected].0 | ||
- uses: pnpm/[email protected].1 | ||
with: | ||
version: 6.23.2 | ||
- uses: actions/setup-node@v3 | ||
|
@@ -39,7 +39,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf false | ||
- uses: actions/checkout@v2 | ||
- uses: pnpm/[email protected].0 | ||
- uses: pnpm/[email protected].1 | ||
with: | ||
version: 6.23.2 | ||
- uses: actions/setup-node@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
with: | ||
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits | ||
fetch-depth: 0 | ||
- uses: pnpm/[email protected].0 | ||
- uses: pnpm/[email protected].1 | ||
with: | ||
version: 6.23.2 | ||
- name: Setup Node.js | ||
|