File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 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 : ' temurin'
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-node@v4
1515 with :
1616 node-version : ' 22'
Original file line number Diff line number Diff line change 3030 java : ["11", "17"]
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - uses : actions/setup-java@v4
3636 with :
Original file line number Diff line number Diff line change 3737 - name : set git core.autocrlf to 'input'
3838 run : git config --global core.autocrlf input
3939
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141
4242 - name : with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
4343 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1818
1919 steps :
2020
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - uses : actions/setup-node@v4
2424 with :
You can’t perform that action at this time.
0 commit comments