Skip to content

Commit d8fc60c

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent ec99192 commit d8fc60c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ 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
with:
131131
bun-version: latest
132132

133133
- name: Setup PHP and Composer (if needed)
134134
if: ${{ hashFiles('composer.json') != '' }}
135-
uses: shivammathur/setup-php@v2
135+
uses: shivammathur/setup-php@2.35.3
136136
with:
137137
php-version: '8.4'
138138
tools: composer
@@ -165,7 +165,7 @@ jobs:
165165
persist-credentials: true
166166

167167
- name: Setup Bun
168-
uses: oven-sh/setup-bun@v2
168+
uses: oven-sh/setup-bun@v2.0.2
169169
with:
170170
bun-version: latest
171171

@@ -248,13 +248,13 @@ jobs:
248248
persist-credentials: true
249249

250250
- name: Setup Bun
251-
uses: oven-sh/setup-bun@v2
251+
uses: oven-sh/setup-bun@v2.0.2
252252
with:
253253
bun-version: latest
254254

255255
- name: Setup PHP and Composer (if needed)
256256
if: ${{ hashFiles('composer.json') != '' }}
257-
uses: shivammathur/setup-php@v2
257+
uses: shivammathur/setup-php@2.35.3
258258
with:
259259
php-version: '8.4'
260260
tools: composer
@@ -357,7 +357,7 @@ jobs:
357357
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
358358

359359
- name: Setup Bun
360-
uses: oven-sh/setup-bun@v2
360+
uses: oven-sh/setup-bun@v2.0.2
361361
with:
362362
bun-version: latest
363363

.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') }}

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
2-
bun: ^1.2.20
2+
bun: ^1.2.19
33
mysql: latest
44
postgres: latest
55
sqlite: latest

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6565
"@types/bun": "^1.2.20",
6666
"buddy-bot": "^0.7.8",
67-
"bumpp": "^10.2.2",
68-
"bun-plugin-dtsx": "0.9.5",
69-
"bunfig": "^0.11.1",
67+
"bumpp": "^10.2.3",
68+
"bun-plugin-dtsx": "0.21.12",
69+
"bunfig": "^0.12.0",
7070
"changelogen": "^0.6.2",
7171
"lint-staged": "^16.1.5",
7272
"simple-git-hooks": "^2.13.1",

0 commit comments

Comments
 (0)