From 940cfdc30608a9dc1d24c4500a7f4a51b52e948f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Apr 2026 12:00:34 +0000 Subject: [PATCH] Update stCarolas/setup-maven action to v5 --- .gitea/workflows/ci.yaml | 2 +- build-and-test/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9eb5ab5..49a7449 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: cache: 'maven' - name: Set up Maven ${{ inputs.maven_version }} - uses: stCarolas/setup-maven@v4 + uses: stCarolas/setup-maven@v5 with: maven-version: ${{ inputs.maven_version }} diff --git a/build-and-test/action.yml b/build-and-test/action.yml index 3b7d4d3..63baac1 100644 --- a/build-and-test/action.yml +++ b/build-and-test/action.yml @@ -64,7 +64,7 @@ runs: cache: 'maven' - name: Set up Maven ${{ inputs.maven_version }} - uses: stCarolas/setup-maven@v4 + uses: stCarolas/setup-maven@v5 with: maven-version: ${{ inputs.maven_version }}