From 5d1d4d31ff51f08df24685b10d3aef1ab56dbfd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 19:31:03 +0000 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action from vv1 to v2 (#301) * chore(deps): update oven-sh/setup-bun action from vv1 to v2 * chore: comitting generated dist * Update test.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] Co-authored-by: Dan Adajian --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14d070f..9501219 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,9 @@ jobs: token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 + with: + bun-version-file: package.json - name: Install Dependencies run: bun i