Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/[email protected]

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/[email protected]

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/[email protected]

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/[email protected]

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/[email protected]
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"typecheck": "bun --bun tsc --noEmit"
},
"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",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.8",
"buddy-bot": "^0.9.12",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
},
"overrides": {
Expand Down