From 25acb3291a24e3fc96eb9527cd8d5e558c3b0334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:31:11 +0000 Subject: [PATCH] chore(deps): update dependency bun to v1.3.13 --- .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 6956e84..16d2580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: checkout code 📥 - uses: oven-sh/setup-bun@v2 with: - bun-version: 1.3.12 + bun-version: 1.3.13 - name: install dependencies 🔧 run: bun install - name: build ✅