From 12324918d6e83b0f993ef1abfacd4fd90c044db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:13:46 +0000 Subject: [PATCH] chore(deps): update oven-sh/setup-bun digest to f4d14e0 --- .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..bdb14a5 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@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 with: bun-version: ${{ inputs.bun-version }}