Skip to content

Commit

Permalink
Bump oven-sh/setup-bun from 1 to 2 (#368)
Browse files Browse the repository at this point in the history
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 &amp; 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:
&quot;https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os
== 'macOS' &amp;&amp; 'darwin' || runner.os}}-${{ runner.arch == 'X64'
&amp;&amp; 'x64' || 'arm64' }}.zip&quot;
</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: &quot;https://npm.pkg.github.com/&quot;
    scope: &quot;@foo&quot;
</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:
&lt;/tr&gt;&lt;/table&gt; 
</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
dependabot[bot] authored Jun 24, 2024
1 parent bd9f42e commit 6e20144
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile

- uses: actions/setup-node@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build

Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run test:exports

Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run typecheck

Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run test

Expand All @@ -48,6 +48,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run check
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile && bunx typedoc
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:exports
Expand Down

0 comments on commit 6e20144

Please sign in to comment.