diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 59342d75..cb6af6f2 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -127,7 +127,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -164,7 +164,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install @@ -245,7 +245,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -352,7 +352,7 @@ jobs: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install diff --git a/bun.lock b/bun.lock index 90d5427d..3021256a 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "@stacksjs/clapp", "devDependencies": { "better-dx": "^0.2.15", - "bun-plugin-dtsx": "^0.9.18", + "bun-plugin-dtsx": "^0.9.26", "picocolors": "^1.1.1", }, }, diff --git a/package.json b/package.json index d576c323..7c08ebcf 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "devDependencies": { "better-dx": "^0.2.15", - "bun-plugin-dtsx": "^0.9.18", + "bun-plugin-dtsx": "^0.9.26", "picocolors": "^1.1.1" }, "git-hooks": {