Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.3 (vercel#2236)
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.2` -> `v2.2.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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/turborepo).
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent f3f18bd commit 06e38fd
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- name: Setup pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].3
with:
version: 7.2.1

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

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: 7.2.1

Expand Down

0 comments on commit 06e38fd

Please sign in to comment.