File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
21
21
steps :
22
22
# Checkout sources
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
# Install Java
26
- - uses : actions/setup-java@v3
26
+ - uses : actions/setup-java@v4
27
27
with :
28
28
distribution : temurin
29
29
java-version : 17
30
30
31
31
# Setup Maven cache
32
32
- name : Cache local Maven repository
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/.m2/repository
36
36
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
39
39
40
40
# Setup QEMU for multiplatform Docker builds
41
41
- name : Set up QEMU
42
- uses : docker/setup-qemu-action@v2
42
+ uses : docker/setup-qemu-action@v3
43
43
44
44
# Setup Docker credentials
45
45
- name : Log in to Docker Hub
You can’t perform that action at this time.
0 commit comments