Skip to content

Commit

Permalink
chore(deps): bump pnpm/action-setup from 3 to 4 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dennis Zimmermann <[email protected]>
  • Loading branch information
dependabot[bot] and dennzimm authored May 31, 2024
1 parent add35ed commit 042c084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-hotels-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"npmrc-replace-env": patch
---

chore(deps): bump pnpm/action-setup from 3 to 4
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
Expand All @@ -26,7 +26,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 042c084

Please sign in to comment.