phpunit-snapshot-assertions
phpunit-snapshot-assertions copied to clipboard
Bump oven-sh/setup-bun from 1 to 2
Bumps oven-sh/setup-bun from 1 to 2.
Release notes
Sourced from oven-sh/setup-bun's releases.
v2
oven-sh/setup-bunis the github action for setting up Bun.This release introduces support for the
bun-version-fileoption, 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
@adeheryshand 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-bunis the github action for setting up Bun.This release introduces support for the
bun-download-urlinput, which lets you override the URL used to download the .zip file for Bun.Here's an example:
- name: Setup Bun uses: oven-sh/[email protected] 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.1Download, install, and setup Bun in GitHub Actions.
Usage
- uses: oven-sh/setup-bun@v1 with: bun-version: latestUsing 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_TOKENenvironment variable.- name: Install Dependencies env: </tr></table>
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)