From 2097c7c26e4902179bb117359adad7bb596a7712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:09:12 +0000 Subject: [PATCH] Update oven-sh/setup-bun action to v2 --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 145b7b0b..4f020924 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1 + - uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 with: bun-version: 1.0.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2f4e402..07228219 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1 + - uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 with: bun-version: 1.0.1