File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919
2020 services :
2121 oracle :
22- image : gvenzl/oracle-xe:21- slim
22+ image : gvenzl/ooci- oracle-free: slim-faststart
2323 env :
2424 ORACLE_PASSWORD : oracle
2525 ports :
3131 --health-retries 10
3232
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
3737
4242 run : sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4343
4444 - name : Set up JDK 11
45- uses : actions/setup-java@v2
45+ uses : actions/setup-java@v5
4646 with :
4747 java-version : ' 11'
4848 distribution : ' adopt'
5353 gpg-passphrase : MAVEN_GPG_PASSPHRASE
5454
5555 - name : Cache local Maven repository
56- uses : actions/cache@v2
56+ uses : actions/cache@v4
5757 with :
5858 path : ~/.m2/repository
5959 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1515
1616 services :
1717 oracle :
18- image : gvenzl/oracle-xe:21- slim
18+ image : gvenzl/ooci- oracle-free: slim-faststart
1919 env :
2020 ORACLE_PASSWORD : oracle
2121 ports :
2727 --health-retries 10
2828
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 0
3333
3838 run : sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
3939
4040 - name : Set up JDK 11
41- uses : actions/setup-java@v2
41+ uses : actions/setup-java@v5
4242 with :
4343 java-version : ' 11'
4444 distribution : ' adopt'
4949 gpg-passphrase : MAVEN_GPG_PASSPHRASE
5050
5151 - name : Cache local Maven repository
52- uses : actions/cache@v2
52+ uses : actions/cache@v4
5353 with :
5454 path : ~/.m2/repository
5555 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments