File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/checkout@v5.0.0
122+ uses : actions/checkout@v5.0.1
123123 with :
124124 token : ${{ secrets.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -156,7 +156,7 @@ jobs:
156156
157157 steps :
158158 - name : Checkout repository
159- uses : actions/checkout@v5.0.0
159+ uses : actions/checkout@v5.0.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/checkout@v5.0.0
240+ uses : actions/checkout@v5.0.1
241241 with :
242242 token : ${{ secrets.GITHUB_TOKEN }}
243243 fetch-depth : 0
@@ -346,7 +346,7 @@ jobs:
346346
347347 steps :
348348 - name : Checkout repository
349- uses : actions/checkout@v5.0.0
349+ uses : actions/checkout@v5.0.1
350350 with :
351351 token : ${{ secrets.GITHUB_TOKEN }}
352352
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v5.0.0
21+ - uses : actions/checkout@v5.0.1
2222
2323 - name : Install Bun
2424 uses : oven-sh/setup-bun@v2.0.2
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@v5.0.0
44+ - uses : actions/checkout@v5.0.1
4545
4646 - name : Install Bun
4747 uses : oven-sh/setup-bun@v2.0.2
6464 runs-on : ubuntu-latest
6565
6666 steps :
67- - uses : actions/checkout@v5.0.0
67+ - uses : actions/checkout@v5.0.1
6868
6969 - name : Install Bun
7070 uses : oven-sh/setup-bun@v2.0.2
8787 runs-on : ubuntu-latest
8888
8989 steps :
90- - uses : actions/checkout@v5.0.0
90+ - uses : actions/checkout@v5.0.1
9191
9292 - name : Install Bun
9393 uses : oven-sh/setup-bun@v2.0.2
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5.0.0
14+ - uses : actions/checkout@v5.0.1
1515 with :
1616 fetch-depth : 0
1717
2020 # env:
2121 # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222 with :
23- bun-version : 1.3.1
23+ bun-version : 1.3.2
2424
2525 - name : Use cached node_modules
2626 uses : actions/cache@v4.3.0
Original file line number Diff line number Diff line change 3535 "typecheck" : " bun --bun tsc --noEmit"
3636 },
3737 "devDependencies" : {
38- "@stacksjs/bumpx" : " ^0.2.3 " ,
38+ "@stacksjs/bumpx" : " ^0.2.4 " ,
3939 "@stacksjs/docs" : " ^0.70.23" ,
4040 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
4141 "@stacksjs/gitlint" : " ^0.1.5" ,
4242 "@stacksjs/logsmith" : " workspace:*" ,
43- "@types/bun" : " ^1.3.1 " ,
43+ "@types/bun" : " ^1.3.2 " ,
4444 "buddy-bot" : " ^0.9.11" ,
4545 "bun-git-hooks" : " ^0.3.1" ,
4646 "bun-plugin-dtsx" : " ^0.21.17" ,
You can’t perform that action at this time.
0 commit comments