Skip to content

Commit 1777484

Browse files
chore(deps): update all non-major dependencies
1 parent cbe07d1 commit 1777484

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@2.36.0
133+
uses: shivammathur/setup-php@2.37.0
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@2.36.0
251+
uses: shivammathur/setup-php@2.37.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6.0.2
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2.1.2
24+
uses: oven-sh/setup-bun@v2.2.0
2525

2626
- name: Use cached node_modules
2727
uses: actions/cache@v5.0.3
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6.0.2
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2.1.2
47+
uses: oven-sh/setup-bun@v2.2.0
4848

4949
- name: Use cached node_modules
5050
uses: actions/cache@v5.0.3
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6.0.2
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2.1.2
70+
uses: oven-sh/setup-bun@v2.2.0
7171

7272
- name: Use cached node_modules
7373
uses: actions/cache@v5.0.3
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v6.0.2
9191

9292
- name: Install Bun
93-
uses: oven-sh/setup-bun@v2.1.2
93+
uses: oven-sh/setup-bun@v2.2.0
9494

9595
- name: Use cached node_modules
9696
uses: actions/cache@v5.0.3

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@stacksjs/gitlint": "^0.1.5",
6767
"@stacksjs/logsmith": "^0.2.1",
6868
"@stacksjs/tlsx": "^0.13.0",
69-
"@types/bun": "^1.3.9",
70-
"buddy-bot": "^0.9.16",
69+
"@types/bun": "^1.3.10",
70+
"buddy-bot": "^0.9.17",
7171
"bun-git-hooks": "^0.3.1",
7272
"bun-plugin-dtsx": "^0.9.13",
7373
"bunfig": "^0.15.6",

0 commit comments

Comments
 (0)