Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump oven-sh/setup-bun from 1 to 2 (#368)
Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oven-sh/setup-bun/releases">oven-sh/setup-bun's releases</a>.</em></p> <blockquote> <h2>v2</h2> <p><code>oven-sh/setup-bun</code> is the github action for setting up Bun.</p> <p>This release introduces support for the <code>bun-version-file</code> option, fixes <a href="https://redirect.github.com/oven-sh/setup-bun/issues/79">oven-sh/setup-bun#79</a>, and adds bun paths & urls to the output (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/81">oven-sh/setup-bun#81</a>)</p> <p>For more information, see <a href="https://redirect.github.com/oven-sh/setup-bun/pull/76">oven-sh/setup-bun#76</a> by <a href="https://github.com/adeherysh"><code>@adeherysh</code></a> and <a href="https://redirect.github.com/oven-sh/setup-bun/pull/80">oven-sh/setup-bun#80</a> by <a href="https://github.com/xHyroM"><code>@xHyroM</code></a> :tada:</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/oven-sh/setup-bun/compare/v1...v2">https://github.com/oven-sh/setup-bun/compare/v1...v2</a></p> <h2>v1.2.2</h2> <p><code>oven-sh/setup-bun</code> is the github action for setting up Bun.</p> <p>This release introduces support for the <code>bun-download-url</code> input, which lets you override the URL used to download the .zip file for Bun.</p> <p>Here's an example:</p> <pre lang="yaml"><code>- 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" </code></pre> <h2>v1.2.1</h2> <h1>setup-bun <code>v1.2.1</code></h1> <p>Download, install, and setup <a href="https://bun.sh">Bun</a> in GitHub Actions.</p> <h2>Usage</h2> <pre lang="yaml"><code>- uses: oven-sh/setup-bun@v1 with: bun-version: latest </code></pre> <h3>Using a custom NPM registry</h3> <pre lang="yaml"><code>- uses: oven-sh/setup-bun@v1 with: registry-url: "https://npm.pkg.github.com/" scope: "@foo" </code></pre> <p>If you need to authenticate with a private registry, you can set the <code>BUN_AUTH_TOKEN</code> environment variable.</p> <pre lang="yaml"><code>- name: Install Dependencies env: </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oven-sh/setup-bun/commit/123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af"><code>123c6c4</code></a> docs: use v2 version</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/ef00e4ac8e15add456ae887eccd2ce70886cbbe1"><code>ef00e4a</code></a> release: v2.0 🎉 (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/80">#80</a>)</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/43b2dc9ae87f6949ab33cd393f0ded6654d2cc9b"><code>43b2dc9</code></a> Update README.md</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/45d2c093591073ed4f8d61611ed74c59c6c86db3"><code>45d2c09</code></a> Update README.md</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/6ef34ab5788c3abb2c1b985ccbcb329a750611b0"><code>6ef34ab</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/oven-sh/setup-bun/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oven-sh/setup-bun&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information