From 6837a6e2a4a6fe7b8bf68e8ef58db31c7b385a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:52:52 +0000 Subject: [PATCH] chore(deps): update oven-sh/setup-bun digest to 9b21598 --- .github/workflows/bun-typical.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bun-typical.yml b/.github/workflows/bun-typical.yml index e271371..1a88fb9 100644 --- a/.github/workflows/bun-typical.yml +++ b/.github/workflows/bun-typical.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Bun 📦️ - uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1 + uses: oven-sh/setup-bun@9b21598af8d4dfc302e5a30250007de0fda92acc # v1 with: bun-version: ${{ inputs.bun-version }}