Skip to content
Open
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@v2
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@v2
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/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"publish": "bunx --bun @raycast/api@latest publish"
},
"dependencies": {
"@raycast/api": "^1.94.4",
"@raycast/api": "^1.104.1",
"@raycast/utils": "^1.19.1"
},
"devDependencies": {
Expand All @@ -74,13 +74,13 @@
"@stacksjs/docs": "^0.70.23",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.8",
"@types/bun": "^1.3.5",
"buddy-bot": "^0.8.9",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.9",
"bun-plugin-dtsx": "^0.21.17",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.8.3"
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "^5.9.3"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
4 changes: 2 additions & 2 deletions pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
bun.sh: ^1.2.8
node: ^23.9.0
bun.sh: ^1.2.20
node: ^23.11.1