Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.4 (#2281)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | patch | `v2.2.3` -> `v2.2.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v2.2.4`](https://togithub.com/pnpm/action-setup/releases/tag/v2.2.4)

[Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.2.3...v2.2.4)

No deprecation warnings are printed about set-state and set-output commands ([pnpm/action-setup#57)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/vercel/turbo).
  • Loading branch information
renovate[bot] committed Oct 25, 2022
1 parent 41c04a1 commit 38ed273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7.12.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-go-run-examples.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.2.1

Expand Down

0 comments on commit 38ed273

Please sign in to comment.