From dfc970481c842fd21a269040e971816cd660222d Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Wed, 6 Nov 2024 15:22:58 +0000 Subject: [PATCH] Upgrade settings-xml action Upgrade to version that does not use a deprecated version of nodejs --- .github/workflows/ci.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1163c63..546c2fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: # 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 9659810..4e29963 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -30,7 +30,7 @@ jobs: # 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: > [