Skip to content

Commit de4a322

Browse files
chore(deps): update all non-major dependencies
1 parent 05975b4 commit de4a322

File tree

6 files changed

+127
-37
lines changed

6 files changed

+127
-37
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/[email protected].0
122+
uses: actions/[email protected].1
123123
with:
124124
token: ${{ secrets.GITHUB_TOKEN }}
125125
fetch-depth: 0 # Fetch full history for rebasing
@@ -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.35.5
133+
uses: shivammathur/setup-php@2.36.0
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -156,7 +156,7 @@ jobs:
156156

157157
steps:
158158
- name: Checkout repository
159-
uses: actions/[email protected].0
159+
uses: actions/[email protected].1
160160
with:
161161
token: ${{ secrets.GITHUB_TOKEN }}
162162
fetch-depth: 0
@@ -237,7 +237,7 @@ jobs:
237237

238238
steps:
239239
- name: Checkout repository
240-
uses: actions/[email protected].0
240+
uses: actions/[email protected].1
241241
with:
242242
token: ${{ secrets.GITHUB_TOKEN }}
243243
fetch-depth: 0
@@ -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.35.5
251+
uses: shivammathur/setup-php@2.36.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer
@@ -346,7 +346,7 @@ jobs:
346346

347347
steps:
348348
- name: Checkout repository
349-
uses: actions/[email protected].0
349+
uses: actions/[email protected].1
350350
with:
351351
token: ${{ secrets.GITHUB_TOKEN }}
352352

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].1
2222

2323
- name: Install Bun
2424
uses: oven-sh/[email protected]
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/[email protected].0
44+
- uses: actions/[email protected].1
4545

4646
- name: Install Bun
4747
uses: oven-sh/[email protected]
@@ -87,7 +87,7 @@ jobs:
8787
POSTGRES_DB: test_db
8888

8989
steps:
90-
- uses: actions/[email protected].0
90+
- uses: actions/[email protected].1
9191

9292
- name: Install Bun
9393
uses: oven-sh/[email protected]
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116

117117
steps:
118-
- uses: actions/[email protected].0
118+
- uses: actions/[email protected].1
119119

120120
- name: Install Bun
121121
uses: oven-sh/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)