From 08c8a9a5e0e82524f55a642cf5ddf51251c250c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:41:35 +0000 Subject: [PATCH] chore(deps): update dependency bun to v1.4.2 --- .github/workflows/deploy_example_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_example_app.yml b/.github/workflows/deploy_example_app.yml index b816589..99a915c 100644 --- a/.github/workflows/deploy_example_app.yml +++ b/.github/workflows/deploy_example_app.yml @@ -29,7 +29,7 @@ jobs: - name: Setup bun uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: - bun-version: 1.4.0 + bun-version: 1.4.2 no-cache: true - name: Install plugin dependencies