Skip to content
Open
12 changes: 6 additions & 6 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ jobs:
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') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.5
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
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 @@ -244,11 +244,11 @@ jobs:
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') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.5
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -70,7 +70,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -93,7 +93,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@
"zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/clarity": "^0.3.15",
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.19",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.19",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.8.9",
"bumpp": "^10.2.0",
"bumpp": "^10.2.3",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.10.1",
"cac": "^6.7.14",
"changelogen": "^0.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"git-hooks": {
"pre-commit": {
Expand Down
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.2.8
bun.sh: ^1.2.20
Loading