Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.2.2 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 28, 2022
1 parent 2743f79 commit 02bf7b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: ${{ env.PNPM_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.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@v3.0.2
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: ${{ env.PNPM_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 @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: ${{ env.PNPM_VERSION }}

Expand Down

0 comments on commit 02bf7b3

Please sign in to comment.