From c7c61ed9f2c96476dda06b9c24cf7560c7c24430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:41:15 +0000 Subject: [PATCH] chore(deps): update s4u/setup-maven-action action to v1.10.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..8b77798 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.10.0 with: java-version: '11' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..a4aa623 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.10.0 with: java-version: '11' distribution: 'temurin'