Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.3.0 (#1993)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent e208fd2 commit 4c40a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: ${{ env.PNPM_VERSION }}

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

steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
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/[email protected]
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: ${{ env.PNPM_VERSION }}

Expand Down

0 comments on commit 4c40a59

Please sign in to comment.