From 2b4543b196de9bc07c2857f291ac5354e02f71c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:16:51 +0000 Subject: [PATCH] chore(deps): update s4u/setup-maven-action action to v1.16.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616ccf9..5ef72df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: secret/data/products/zeebe/ci/zeebe ARTIFACTS_PSW; - name: Setup Maven - uses: s4u/setup-maven-action@v1.8.0 + uses: s4u/setup-maven-action@v1.16.0 with: java-version: '11' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..ee0ad47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: | gpg -q --import --no-tty --batch --yes - name: Setup Maven - uses: s4u/setup-maven-action@v1.8.0 + uses: s4u/setup-maven-action@v1.16.0 with: java-version: '11' distribution: 'temurin'