From e8a27c16c4805ee4258ada82d63e82a9d7262d35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:59:06 +0000 Subject: [PATCH] chore(deps): update maven docker tag to v3.9.4 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c2d27c3..ddcc162 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: build: name: "JDK 17 Eclipse Temurin" runs-on: ubuntu-latest - container: "maven:3.9.3-eclipse-temurin-17-focal" + container: "maven:3.9.4-eclipse-temurin-17-focal" steps: - uses: actions/checkout@v3 - uses: actions/cache@v3