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@v4
15+ - uses : actions/checkout@v5
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@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-java@v4
1515 with :
1616 distribution : ' zulu'
Original file line number Diff line number Diff line change 2323 name : ' Build Java ${{ matrix.version }} - ${{ matrix.os }}'
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-java@v4
2828 with :
2929 distribution : ' zulu'
3838 name : ' Javadoc'
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - uses : actions/setup-java@v4
4343 with :
4444 distribution : ' zulu'
5353 name : ' Semver'
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : actions/setup-java@v4
5858 with :
5959 distribution : ' zulu'
Original file line number Diff line number Diff line change 2121
2222 steps :
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - uses : actions/setup-node@v4
2727 with :
You can’t perform that action at this time.
0 commit comments