Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58fd59f

Browse files
chore(deps): update all non-major dependencies (updated) (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e976513 commit 58fd59f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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
@@ -21,7 +21,7 @@ jobs:
2121
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@stacksjs/eslint-config": "^4.14.0-beta.3",
7474
"@stacksjs/gitlint": "^0.1.5",
7575
"@types/bun": "^1.2.20",
76-
"bumpp": "^10.2.2",
76+
"bumpp": "^10.2.3",
7777
"bun-git-hooks": "^0.2.19",
7878
"bun-plugin-dtsx": "^0.9.5",
7979
"changelogen": "^0.6.2",

0 commit comments

Comments
 (0)