File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 utplsql_file : " utPLSQLv3.0.0"
4141 services :
4242 oracle :
43- image : gvenzl/oracle-xe:18.4.0- slim
43+ image : gvenzl/ooci- oracle-free: slim-faststart
4444 env :
4545 ORACLE_PASSWORD : oracle
4646 ports :
@@ -53,10 +53,10 @@ jobs:
5353 --name oracle
5454
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
59- - uses : actions/setup-java@v2
59+ - uses : actions/setup-java@v5
6060 with :
6161 distribution : ' adopt'
6262 java-version : ${{matrix.jdk}}
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
20- - uses : actions/setup-java@v2
20+ - uses : actions/setup-java@v5
2121 with :
2222 distribution : ' adopt'
2323 java-version : 8
2626 run : mvn package appassembler:assemble assembly:single checksum:files -DskipTests
2727
2828 - name : Release
29- uses : softprops/action-gh-release@v1
29+ uses : softprops/action-gh-release@v2.6
3030 with :
3131 files : |
3232 target/utPLSQL-cli.zip
You can’t perform that action at this time.
0 commit comments