Commit 34aec48 1 parent a8b701a commit 34aec48 Copy full SHA for 34aec48
File tree 6 files changed +16
-16
lines changed
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Validate
15
15
uses :
suzuki-shunsuke/[email protected]
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Extract metadata to env variables
24
24
uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
@@ -29,15 +29,15 @@ jobs:
29
29
docker pull $IMAGE_NAME:latest || >&2 echo "Previous image not found"
30
30
31
31
- name : Set up QEMU
32
- uses : docker/setup-qemu-action@v2
32
+ uses : docker/setup-qemu-action@v3
33
33
with :
34
34
platforms : ' arm64'
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@v2
37
+ uses : docker/setup-buildx-action@v3
38
38
39
39
- name : Login to Docker Hub
40
- uses : docker/login-action@v2
40
+ uses : docker/login-action@v3
41
41
with :
42
42
username : ${{ secrets.JORE4_DOCKERHUB_USER }}
43
43
password : ${{ secrets.JORE4_DOCKERHUB_TOKEN }}
78
78
79
79
steps :
80
80
- name : Checkout code
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
83
83
- name : Extract metadata to env variables
84
84
uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Set up JDK 17
18
18
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Start databases (blocking until up)
18
18
run : ./development.sh start:devdeps
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Start databases and map-matching service
18
18
run : ./development.sh start
Original file line number Diff line number Diff line change 25
25
<kotlin .compiler.incremental>true</kotlin .compiler.incremental>
26
26
27
27
<!-- Maven build plugins and their dependencies -->
28
- <build-helper-plugin .version>3.2 .0</build-helper-plugin .version>
29
- <build-properties-plugin .version>1.0 .0</build-properties-plugin .version>
28
+ <build-helper-plugin .version>3.4 .0</build-helper-plugin .version>
29
+ <build-properties-plugin .version>1.2 .0</build-properties-plugin .version>
30
30
<maven-compiler .plugin.version>3.11.0</maven-compiler .plugin.version>
31
- <surefire-plugin .version>2.22 .2</surefire-plugin .version>
31
+ <surefire-plugin .version>3.1 .2</surefire-plugin .version>
32
32
33
33
<!-- Library versions -->
34
- <arrow-core .version>1.1.3 </arrow-core .version>
35
- <geolatte .version>1.9.0 </geolatte .version>
36
- <kotlin-logging-jvm .version>3.0.2 </kotlin-logging-jvm .version>
34
+ <arrow-core .version>1.2.1 </arrow-core .version>
35
+ <geolatte .version>1.9.1 </geolatte .version>
36
+ <kotlin-logging-jvm .version>3.0.5 </kotlin-logging-jvm .version>
37
37
<quicktheories .version>0.26</quicktheories .version>
38
38
39
39
<!-- Other properties -->
310
310
<plugin >
311
311
<groupId >org.apache.maven.plugins</groupId >
312
312
<artifactId >maven-enforcer-plugin</artifactId >
313
- <version >3.0.0 </version >
313
+ <version >3.4.1 </version >
314
314
<executions >
315
315
<execution >
316
316
<id >enforce-versions</id >
You can’t perform that action at this time.
0 commit comments