File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 repositories : >-
5555 ["jenkins.io"]
5656 - name : Check out
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 fetch-depth : 0
6060 - name : Publish jenkins.io changelog draft
Original file line number Diff line number Diff line change 1515 is-lts : ${{ steps.set-version.outputs.is-lts }}
1616 is-rc : ${{ steps.set-version.outputs.is-rc }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up JDK 17
2020 uses : actions/setup-java@v4
2121 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : ${{ github.repository_owner == 'jenkinsci' }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - name : Run update-since-todo.py
You can’t perform that action at this time.
0 commit comments