From f25218440fdace8fbe2bcc6bbb9383fe7e475bb7 Mon Sep 17 00:00:00 2001 From: Martin Winandy <2338728+pmwmedia@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:16:33 +0100 Subject: [PATCH] Update GitHub actions to latest version --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 08605401..1484b3a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,14 +17,14 @@ jobs: with: distribution: zulu java-version: 9 - - uses: skjolber/maven-cache-github-action@v1 + - uses: skjolber/maven-cache-github-action@v3.1.1 with: step: restore - run: mvn --batch-mode --update-snapshots verify - - uses: skjolber/maven-cache-github-action@v1 + - uses: skjolber/maven-cache-github-action@v3.1.1 with: step: save - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} @@ -38,14 +38,14 @@ jobs: with: distribution: zulu java-version: 9 - - uses: skjolber/maven-cache-github-action@v1 + - uses: skjolber/maven-cache-github-action@v3.1.1 with: step: restore - run: mvn -P release --batch-mode --update-snapshots verify - - uses: skjolber/maven-cache-github-action@v1 + - uses: skjolber/maven-cache-github-action@v3.1.1 with: step: save - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}