File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2727 java-version : ' 21'
2828
2929 - name : Checkout repo
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333
7070 java-version : ' 21'
7171
7272 - name : Clone BPM
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 with :
7575 repository : InseeFr/BPM
7676 path : bpm
8181 mvn clean install --no-transfer-progress
8282 cd ..
8383
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 - name : Build app
8686 run : |
8787 git fetch origin main
9999 if : needs.check-version.outputs.should_run_next_job == 'true'
100100 runs-on : ubuntu-latest
101101 steps :
102- - uses : actions/checkout@v5
102+ - uses : actions/checkout@v6
103103 with :
104104 ref : ${{ github.ref }}
105105 fetch-depth : 0
@@ -162,7 +162,7 @@ jobs:
162162 needs : [ check-version, create-release ]
163163 runs-on : ubuntu-latest
164164 steps :
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166
167167 - name : Download uploaded jar
168168 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 1616 run : echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_OUTPUT
1717 id : extract_branch
1818
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 ref : ${{ steps.extract_branch.outputs.branch }}
2222
5252 - build-snapshot
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656
5757 - name : Download uploaded jar
5858 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424
2525 - name : Set up JDK 21
2626 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1414 contains(github.event.pull_request.labels.*.name, 'Version Update - Prod')
1515 steps :
1616 - name : Checkout PR branch
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ github.head_ref }}
2020
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 path : genesis
2525 ref : main
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ubuntu-latest
197197 needs : update-version
198198 steps :
199- - uses : actions/checkout@v5
199+ - uses : actions/checkout@v6
200200 - name : Wait for merged version commit
201201 run : |
202202 echo "Fetching main branch..."
You can’t perform that action at this time.
0 commit comments