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