chore(deps): bump oven-sh/setup-bun from 1 to 2
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(25 days ago)
(25 days ago)
(25 days ago)
by binary-shadow
dependencies github_actions
Bumps oven-sh/setup-bun from 1 to 2.
Release notes
Sourced from oven-sh/setup-bun's releases.
v2
oven-sh/setup-bun
is the github action for setting up Bun.This release introduces support for the
bun-version-file
option, fixes oven-sh/setup-bun#79, and adds bun paths & urls to the output (oven-sh/setup-bun#81)For more information, see oven-sh/setup-bun#76 by
@adeherysh
and oven-sh/setup-bun#80 by@xHyroM
:tada:Full Changelog: https://github.com/oven-sh/setup-bun/compare/v1...v2
v1.2.2
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"
v1.2.1
setup-bun
v1.2.1
Download, install, and setup Bun in GitHub Actions.
Usage
- uses: oven-sh/setup-bun@v1 with: bun-version: latest
Using a custom NPM registry
- uses: oven-sh/setup-bun@v1 with: registry-url: "https://npm.pkg.github.com/" scope: "@foo"
If you need to authenticate with a private registry, you can set the
BUN_AUTH_TOKEN
environment variable.- name: Install Dependencies env: </tr></table>
... (truncated)
Commits
735343b
[autofix.ci] apply automated fixes27ecfff
ci: update autofix cifcc30ed
fix(docs): remove wildcard in version (#124)56408e9
release: v2.0.285cb7f6
build: bump@actions/cache
version (#128)54cb141
ci: remove unnecessary steps & cleanup (#118)6fb6603
build: use text-based Bun lockfile (#116)9bdeab4
[autofix.ci] apply automated fixesf09eb1e
fix: make bun resolve to given file path when an absolute path is given (#114)8f1bc2e
ci: add setup bun download url (#105)- Additional commits viewable in compare view
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 commands and options
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)
Pull Request Statistics
1
3
+3
-3
Package Dependencies
Technical Details
ID: | 5402585 |
UUID: | 2758608350 |
Node ID: | PR_kwDOPgCVhc6kbQXe |
Host: | GitHub |
Repository: | Flowscape-UI/canvas-react |
Merge State: | Unknown |