Skip to content
16 changes: 8 additions & 8 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != '' }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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') != '' }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: softprops/action-gh-release@v2.3.3
uses: softprops/action-gh-release@v2.4.1
with:
files: |
bin/post-linux-x64
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.2",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"cac": "^6.7.14",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/bun": "^1.2.2",
"lint-staged": "^16.2.3",
"lint-staged": "^16.2.6",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.7.3"
},
Expand Down