From 30e89814534fcc339309cb324e431db74babcaa2 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 12 May 2026 22:39:07 +0000 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2 --- .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 5d85751..c60ef6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 with: bun-version: latest