Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

chore(deps): update oven-sh/setup-bun action to v1.2.2#15

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oven-sh-setup-bun-1.x
Open

chore(deps): update oven-sh/setup-bun action to v1.2.2#15
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oven-sh-setup-bun-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 2024

This PR contains the following updates:

Package Type Update Change
oven-sh/setup-bun action patch v1.2.1 -> v1.2.2

Release Notes

oven-sh/setup-bun (oven-sh/setup-bun)

v1.2.2

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

This release introduces support for the bun-download-url input, which lets you override the URL used to download the .zip file for Bun.

Here's an example:

- name: Setup Bun
  uses: oven-sh/setup-bun@v1.2.2
  with:
    bun-version: latest
    bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nirina-js-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 11:38pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants