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/action-create-github-release@v1.1.1
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 2929 java : ['17', '21']
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : actions/setup-java@v5
3434 with :
3535 distribution : ' temurin'
4141 test-java-pittest :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - uses : actions/setup-java@v5
4646 with :
4747 distribution : ' temurin'
Original file line number Diff line number Diff line change 2020 test-testdata-compatibility-kit :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-node@v6
2525 with :
2626 cache : ' npm'
3939 test-testdata-json-schema :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-node@v6
4444 with :
4545 cache : ' npm'
You can’t perform that action at this time.
0 commit comments