From f023aae753bab9cf54e301dacd225e599285ea03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:38:19 +0000 Subject: [PATCH] build(deps): bump oven-sh/setup-bun from 1 to 2 Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bun-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bun-dependabot.yml b/.github/workflows/bun-dependabot.yml index 203e3dd..2bddec7 100644 --- a/.github/workflows/bun-dependabot.yml +++ b/.github/workflows/bun-dependabot.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: oven-sh/setup-bun@v1 + - uses: oven-sh/setup-bun@v2 - uses: actions/checkout@v4 with: fetch-depth: 0