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 2222 java-version : ' 21'
2323
2424 - name : Checkout repo
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
6060 if : needs.check-version.outputs.should_run_next_job == 'true'
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 with :
6565 ref : ${{ github.ref }}
6666 fetch-depth : 0
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 ref : main
2525 fetch-depth : 0
@@ -122,7 +122,7 @@ jobs:
122122 runs-on : ubuntu-latest
123123 needs : update-version
124124 steps :
125- - uses : actions/checkout@v5
125+ - uses : actions/checkout@v6
126126 - name : Wait for merged version commit
127127 run : |
128128 echo "Fetching main branch..."
You can’t perform that action at this time.
0 commit comments