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 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 -
uses :
cucumber/[email protected] 1717 with :
1818 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 environment : Release
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-java@v5
1515 with :
1616 distribution : ' temurin'
Original file line number Diff line number Diff line change 2424 name : ' Build Java ${{ matrix.version }} - ${{ matrix.os }}'
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-java@v5
2929 with :
3030 distribution : ' temurin'
3939 name : ' Javadoc'
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-java@v5
4444 with :
4545 distribution : ' temurin'
5454 name : ' Semver'
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - uses : actions/setup-java@v5
5959 with :
6060 distribution : ' temurin'
Original file line number Diff line number Diff line change 2121
2222 steps :
2323
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - uses : actions/setup-node@v6
2727 with :
You can’t perform that action at this time.
0 commit comments