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 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ github.event.repository.default_branch }}
2222 persist-credentials : false
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 persist-credentials : false
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 3838 event_loop_manager : " asyncore"
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242
4343 - name : Set up JDK ${{ matrix.java-version }}
4444 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@v4
86+ - uses : actions/checkout@v5
8787
8888 - name : Checkout tag ${{ inputs.target_tag }}
8989 if : inputs.target_tag != ''
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191 with :
9292 ref : ${{ inputs.target_tag }}
9393
@@ -164,7 +164,7 @@ jobs:
164164 name : Build source distribution
165165 runs-on : ubuntu-24.04
166166 steps :
167- - uses : actions/checkout@v4
167+ - uses : actions/checkout@v5
168168
169169 - name : Install uv
170170 uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments