Skip to content

Commit 5fd46cc

Browse files
committed
Udpate GitHub actions
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent e8b80e0 commit 5fd46cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020

2121
steps:
2222
# Checkout sources
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
# Install Java
26-
- uses: actions/setup-java@v3
26+
- uses: actions/setup-java@v4
2727
with:
2828
distribution: temurin
2929
java-version: 17
3030

3131
# Setup Maven cache
3232
- name: Cache local Maven repository
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: ~/.m2/repository
3636
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Setup QEMU for multiplatform Docker builds
4141
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@v2
42+
uses: docker/setup-qemu-action@v3
4343

4444
# Setup Docker credentials
4545
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)