File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 runs-on : ubuntu-latest
9494 services :
9595 postgres :
96- image : postgres:13
96+ image : postgres:18
9797 env :
9898 POSTGRES_USER : username
9999 POSTGRES_PASSWORD : password
@@ -106,7 +106,7 @@ jobs:
106106 --health-timeout 5s
107107 --health-retries 5
108108 mariadb :
109- image : mariadb:10.11
109+ image : mariadb:12.0
110110 env :
111111 MARIADB_USER : username
112112 MARIADB_PASSWORD : password
@@ -124,14 +124,14 @@ jobs:
124124 java : [ 21 ]
125125 fail-fast : true
126126 steps :
127- - uses : actions/checkout@v4
127+ - uses : actions/checkout@v5
128128 - name : JDK ${{ matrix.java }}
129- uses : actions/setup-java@v4
129+ uses : actions/setup-java@v5
130130 with :
131131 java-version : ${{ matrix.java }}
132132 distribution : ' temurin'
133133 - name : Setup Gradle
134- uses : gradle/actions/setup-gradle@v4
134+ uses : gradle/actions/setup-gradle@v5
135135 # gradle build action can't handle project dir local caches
136136 - uses : actions/cache@v4
137137 name : Cache Loom Files
You can’t perform that action at this time.
0 commit comments