Skip to content

Commit

Permalink
ci(ci-deps): ⬆️ update pnpm/action-setup action to v2.4.0 (#98)
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 | minor | `v2.2.4` -> `v2.4.0` |

---

### Release Notes

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

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

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

Add ability to install standalone binary ([pnpm/action-setup#92).

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

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

-   feat: specifying path to non-root `package.json` file ([pnpm/action-setup#88).
-   docs: improve.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/bookmark-tags).
  • Loading branch information
renovate[bot] committed Dec 3, 2023
1 parent f267de3 commit b894d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
corepack enable
echo "corepack enabled"
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
if: ${{ inputs.enable-corepack == 'false' }}
with:
run_install: false
Expand Down

1 comment on commit b894d63

@vercel
Copy link

@vercel vercel bot commented on b894d63 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.