File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88 in-docker_test :
99 runs-on : ubuntu-18.04
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - name : Build with Gradle
1313 run : |
1414 docker run -i --rm \
Original file line number Diff line number Diff line change 1616 outputs :
1717 matrix : ${{ steps.set-matrix.outputs.matrix }}
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 - uses : actions/setup-java@v3
2121 with :
2222 java-version : ' 8.0.302'
4444 matrix : ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }}
4545 runs-on : ubuntu-18.04
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v3
4848 - uses : actions/setup-java@v3
4949 with :
5050 java-version : ' 8.0.302'
Original file line number Diff line number Diff line change 1616 env :
1717 XDG_RUNTIME_DIR : ${{ matrix.XDG_RUNTIME_DIR }}
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 - name : debug
2121 run : id -u; whoami
2222 - name : uninstall rootful Docker
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 outputs :
1717 thundra_agent_testrun_id : ${{ steps.thundra_test_initializer.outputs.thundra_agent_testrun_id }}
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 - id : thundra_test_initializer
2121 uses : thundra-io/thundra-test-init-action@v1
2222 find_gradle_jobs :
2323 runs-on : ubuntu-18.04
2424 outputs :
2525 matrix : ${{ steps.set-matrix.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828 - uses : actions/setup-java@v3
2929 with :
3030 java-version : ' 8.0.302'
5050 matrix : ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }}
5151 runs-on : ubuntu-18.04
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454 - uses : actions/setup-java@v3
5555 with :
5656 java-version : ' 8.0.302'
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-18.04
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - uses : actions/setup-java@v3
1717 with :
1818 java-version : ' 8.0.302'
Original file line number Diff line number Diff line change 99 if : github.repository == 'testcontainers/testcontainers-java'
1010 runs-on : ubuntu-18.04
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 with :
1414 ref : master
1515 - name : Update latest_version property in mkdocs.yml
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Update Gradle Wrapper
1616 uses : gradle-update/update-gradle-wrapper-action@5b865a8b4d09fdf6afaaa20397ba68455bb48f0d # v1.0.13
You can’t perform that action at this time.
0 commit comments