From a0df0491e34118c977dd6f6e0f41b80778c9459e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:50:22 +0000 Subject: [PATCH] Update oven-sh/setup-bun action to v1.2.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79884cc..7d1fcf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Bun - uses: oven-sh/setup-bun@v1.1.1 + uses: oven-sh/setup-bun@v1.2.2 - name: Setup Pages id: pages