From 1bffb4dcdce0f113e6cfe543cdbef36eb9a29930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:16:38 +0800 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2 (#560) --- .github/workflows/knip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index d0b4373f..342e1cf3 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: Install bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun install - name: Run knip