File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4343 token : ${{ secrets.GITHUB_TOKEN }}
4444
4545 - name : Setup Bun
46- uses : oven-sh/setup-bun@v2
46+ uses : oven-sh/setup-bun@v2.0.2
4747 with :
4848 bun-version : latest
4949
Original file line number Diff line number Diff 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@v2
133+ uses : shivammathur/setup-php@2.35.5
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@v2
251+ uses : shivammathur/setup-php@2.35.5
252252 with :
253253 php-version : ' 8.4'
254254 tools : composer
Original file line number Diff line number Diff line change 2424 uses : oven-sh/setup-bun@v2
2525
2626 - name : Use cached node_modules
27- uses : actions/cache@v4
27+ uses : actions/cache@v4.3.0
2828 with :
2929 path : node_modules
3030 key : node-modules-${{ hashFiles('**/bun.lock') }}
4747 uses : oven-sh/setup-bun@v2
4848
4949 - name : Use cached node_modules
50- uses : actions/cache@v4
50+ uses : actions/cache@v4.3.0
5151 with :
5252 path : node_modules
5353 key : node-modules-${{ hashFiles('**/bun.lock') }}
7070 uses : oven-sh/setup-bun@v2
7171
7272 - name : Use cached node_modules
73- uses : actions/cache@v4
73+ uses : actions/cache@v4.3.0
7474 with :
7575 path : node_modules
7676 key : node-modules-${{ hashFiles('**/bun.lock') }}
9393 uses : oven-sh/setup-bun@v2
9494
9595 - name : Use cached node_modules
96- uses : actions/cache@v4
96+ uses : actions/cache@v4.3.0
9797 with :
9898 path : node_modules
9999 key : node-modules-${{ hashFiles('**/bun.lock') }}
Original file line number Diff line number Diff line change 11dependencies :
2- bun.sh : ^1.2.19
2+ bun.sh : ^1.2.20
Original file line number Diff line number Diff line change 6868 },
6969 "dependencies" : {
7070 "mri" : " ^1.2.0" ,
71- "wrap-ansi" : " ^9.0.0 "
71+ "wrap-ansi" : " ^9.0.2 "
7272 },
7373 "devDependencies" : {
74- "@stacksjs/bumpx" : " ^0.1.38 " ,
74+ "@stacksjs/bumpx" : " ^0.1.86 " ,
7575 "@stacksjs/docs" : " ^0.70.23" ,
7676 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
7777 "@stacksjs/gitit" : " ^0.2.2" ,
7878 "@stacksjs/gitlint" : " ^0.1.5" ,
79- "@stacksjs/logsmith" : " ^0.1.15 " ,
80- "@types/bun" : " ^1.2.19 " ,
79+ "@stacksjs/logsmith" : " ^0.1.18 " ,
80+ "@types/bun" : " ^1.2.23 " ,
8181 "buddy-bot" : " ^0.8.9" ,
8282 "bun-git-hooks" : " ^0.2.19" ,
8383 "bun-plugin-dtsx" : " 0.9.5" ,
84- "typescript" : " ^5.9.2 "
84+ "typescript" : " ^5.9.3 "
8585 },
8686 "overrides" : {
8787 "unconfig" : " 0.3.10"
You can’t perform that action at this time.
0 commit comments