diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 6caa722..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,14 +119,14 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -156,14 +156,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install @@ -237,14 +237,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -346,12 +346,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install diff --git a/package.json b/package.json index afccfea..d094d56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.9.8", + "version": "0.9.9", "private": true, "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", @@ -55,19 +55,19 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/bumpx": "^0.2.4", "@stacksjs/cli": "^0.70.23", "@stacksjs/development": "^0.70.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", - "@types/bun": "^1.3.1", - "buddy-bot": "^0.9.9", + "@types/bun": "^1.3.2", + "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "workspace:*", "typescript": "^5.9.3", - "unocss": "^66.5.4" + "unocss": "^66.5.6" }, "overrides": { "unconfig": "0.3.10"