File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 ref : ${{ github.event.repository.default_branch }}
2727 persist-credentials : false
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 persist-credentials : false
3434 fetch-depth : 0
Original file line number Diff line number Diff line change 5252 event_loop_manager : " asyncore"
5353
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656
5757 - name : Set up JDK ${{ matrix.java-version }}
5858 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ jobs:
8383 include : ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
8484
8585 steps :
86- - uses : actions/checkout@v5
86+ - uses : actions/checkout@v6
8787
8888 - name : Checkout tag ${{ inputs.target_tag }}
8989 if : inputs.target_tag != ''
90- uses : actions/checkout@v5
90+ uses : actions/checkout@v6
9191 with :
9292 ref : ${{ inputs.target_tag }}
9393
@@ -162,7 +162,7 @@ jobs:
162162 name : Build source distribution
163163 runs-on : ubuntu-24.04
164164 steps :
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166
167167 - name : Install uv
168168 uses : astral-sh/setup-uv@v7
You can’t perform that action at this time.
0 commit comments