From f17a965e9ac0c797075f2e4922d772620acd5084 Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Wed, 6 Nov 2024 15:21:32 +0000 Subject: [PATCH] Upgrade setup-maven and settings-xml actions Upgrade to versions that do not use a deprecated version of nodejs --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/pull-request.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64b6edd..f026b7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,13 +43,13 @@ jobs: cache: maven - name: Set up Maven - uses: stCarolas/setup-maven@v4.5 + uses: stCarolas/setup-maven@v5 with: maven-version: "3.8.8" # Override http://repo.gate.ac.uk to use https:// instead - name: Configure Maven settings - uses: whelk-io/maven-settings-xml-action@v20 + uses: whelk-io/maven-settings-xml-action@v22 with: mirrors: > [ diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c76b7a6..e3328a1 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -21,13 +21,13 @@ jobs: cache: maven - name: Set up Maven - uses: stCarolas/setup-maven@v4.5 + uses: stCarolas/setup-maven@v5 with: maven-version: "3.8.8" # Override http://repo.gate.ac.uk to use https:// instead - name: Configure Maven settings - uses: whelk-io/maven-settings-xml-action@v20 + uses: whelk-io/maven-settings-xml-action@v22 with: mirrors: > [