Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.2.2 (#5101)
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 May 28, 2022
1 parent 91f7c99 commit faf43b6
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].1
- uses: pnpm/[email protected].2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: pnpm/[email protected].1
- uses: pnpm/[email protected].2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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].1
- uses: pnpm/[email protected].2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit faf43b6

Please sign in to comment.