From f4fbf7cf113ff076d96f8b2df58139ae5ba07285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:03:03 +0000 Subject: [PATCH] Bump oven-sh/setup-bun from 1.2.2 to 2 Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1.2.2 to 2. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/f4d14e03ff726c06358e5557344e1da148b56cf7...123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af) --- 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/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f276c9..de8edbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: egress-policy: audit - name: "Setup Bun" - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1.2.2 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: "Setup tags" id: tags-artifact diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44e01df..7c04df5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: "Setup Bun" - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1.2.2 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: "Checkout" uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7