Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v4.1.0 (#831)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm/action-setup](https://github.com/pnpm/action-setup) |
action | minor | `v4.0.0` -> `v4.1.0` |

---

### Release Notes

<details>
<summary>pnpm/action-setup (pnpm/action-setup)</summary>

###
[`v4.1.0`](https://github.com/pnpm/action-setup/releases/tag/v4.1.0)

[Compare
Source](https://github.com/pnpm/action-setup/compare/v4.0.0...v4.1.0)

Add support for `package.yaml`
[#&#8203;156](https://github.com/pnpm/action-setup/pull/156).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent b5410e6 commit 5df17e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
- uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
- uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
Expand Down

0 comments on commit 5df17e7

Please sign in to comment.