File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
packages/pickier/.github/workflows Expand file tree Collapse file tree 4 files changed +13
-13
lines changed 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@v4
122+ uses : actions/checkout@v5
123123 with :
124124 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -158,7 +158,7 @@ jobs:
158158
159159 steps :
160160 - name : Checkout repository
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v5
162162 with :
163163 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
164164 fetch-depth : 0
@@ -241,7 +241,7 @@ jobs:
241241
242242 steps :
243243 - name : Checkout repository
244- uses : actions/checkout@v4
244+ uses : actions/checkout@v5
245245 with :
246246 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
247247 fetch-depth : 0
@@ -352,7 +352,7 @@ jobs:
352352
353353 steps :
354354 - name : Checkout repository
355- uses : actions/checkout@v4
355+ uses : actions/checkout@v5
356356 with :
357357 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
358358
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Install Bun
2424 uses : oven-sh/setup-bun@v2
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Install Bun
4747 uses : oven-sh/setup-bun@v2
6464 runs-on : ubuntu-latest
6565
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868
6969 - name : Install Bun
7070 uses : oven-sh/setup-bun@v2
8787 runs-on : ubuntu-latest
8888
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191
9292 - name : Install Bun
9393 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
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@v4
122+ uses : actions/checkout@v5
123123 with :
124124 token : ${{ secrets.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -158,7 +158,7 @@ jobs:
158158
159159 steps :
160160 - name : Checkout repository
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v5
162162 with :
163163 token : ${{ secrets.GITHUB_TOKEN }}
164164 fetch-depth : 0
@@ -241,7 +241,7 @@ jobs:
241241
242242 steps :
243243 - name : Checkout repository
244- uses : actions/checkout@v4
244+ uses : actions/checkout@v5
245245 with :
246246 token : ${{ secrets.GITHUB_TOKEN }}
247247 fetch-depth : 0
@@ -352,7 +352,7 @@ jobs:
352352
353353 steps :
354354 - name : Checkout repository
355- uses : actions/checkout@v4
355+ uses : actions/checkout@v5
356356 with :
357357 token : ${{ secrets.GITHUB_TOKEN }}
358358
You can’t perform that action at this time.
0 commit comments