Upgrade s4u/setup-maven-action v1.11.0 -> v1.12.0 (#1030)

See:
- https://github.com/s4u/setup-maven-action/releases/tag/v1.12.0
This commit is contained in:
Picnic-Bot
2024-02-13 08:08:36 +01:00
committed by GitHub
parent 28bb4f6895
commit cce897ed4a
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ jobs:
# additionally enabling all checks defined in this project and any Error
# Prone checks available only from other artifact repositories.
- name: Check out code and set up JDK and Maven
uses: s4u/setup-maven-action@fa2c7e4517ed008b1f73e7e0195a9eecf5582cd4 # v1.11.0
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
with:
java-version: ${{ matrix.jdk }}
java-distribution: ${{ matrix.distribution }}