Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.2.1 (#4126)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 25, 2022
1 parent 3cf6dc0 commit 7acbcc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7acbcc1

Please sign in to comment.