File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 60
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK
1818 uses : actions/setup-java@v4
1919 with :
Original file line number Diff line number Diff line change 77 name : Lint PR commits
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - uses : wagoid/commitlint-github-action@v6
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Checkout branch
Original file line number Diff line number Diff line change 77 pre-commit :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-python@v5
1212 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 2626 - " 2024.1"
2727# - "2024.3"
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up JDK
3131 uses : actions/setup-java@v4
3232 with :
Original file line number Diff line number Diff line change 1313 contents : read
1414 packages : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : ' 18.3.0'
Original file line number Diff line number Diff line change 1111 if : ${{ github.ref == 'refs/heads/main' }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments