Skip to content

Commit 107cb5c

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent 8fe5e4e commit 107cb5c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ jobs:
126126
persist-credentials: true
127127

128128
- name: Setup Bun
129-
uses: oven-sh/setup-bun@v2
129+
uses: oven-sh/setup-bun@v2.0.2
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.35.4
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: true
164164

165165
- name: Setup Bun
166-
uses: oven-sh/setup-bun@v2
166+
uses: oven-sh/setup-bun@v2.0.2
167167

168168
- name: Install dependencies
169169
run: bun install
@@ -244,11 +244,11 @@ jobs:
244244
persist-credentials: true
245245

246246
- name: Setup Bun
247-
uses: oven-sh/setup-bun@v2
247+
uses: oven-sh/setup-bun@v2.0.2
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@v2
251+
uses: shivammathur/setup-php@2.35.4
252252
with:
253253
php-version: '8.4'
254254
tools: composer
@@ -351,7 +351,7 @@ jobs:
351351
token: ${{ secrets.GITHUB_TOKEN }}
352352

353353
- name: Setup Bun
354-
uses: oven-sh/setup-bun@v2
354+
uses: oven-sh/setup-bun@v2.0.2
355355

356356
- name: Install dependencies
357357
run: bun install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/setup-bun@v2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v4.2.4
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@
7474
"zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64"
7575
},
7676
"devDependencies": {
77-
"@stacksjs/bumpx": "^0.1.13",
77+
"@stacksjs/bumpx": "^0.1.17",
7878
"@stacksjs/clarity": "^0.3.15",
7979
"@stacksjs/docs": "^0.70.23",
8080
"@stacksjs/eslint-config": "^4.10.2-beta.3",
8181
"@stacksjs/gitlint": "^0.1.5",
8282
"@stacksjs/logsmith": "^0.1.8",
83-
"@types/bun": "^1.2.19",
84-
"buddy-bot": "^0.8.8",
85-
"bumpp": "^10.2.0",
83+
"@types/bun": "^1.2.20",
84+
"buddy-bot": "^0.8.9",
85+
"bumpp": "^10.2.3",
8686
"bun-git-hooks": "^0.2.19",
8787
"bun-plugin-dtsx": "^0.21.12",
8888
"bunfig": "^0.10.1",
8989
"cac": "^6.7.14",
9090
"changelogen": "^0.6.2",
91-
"typescript": "^5.8.3"
91+
"typescript": "^5.9.2"
9292
},
9393
"git-hooks": {
9494
"pre-commit": {

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.8
2+
bun.sh: ^1.2.20

0 commit comments

Comments
 (0)