From ca698734cf62eb7d0d38a75db4142dfc24292a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:34:18 +0000 Subject: [PATCH] chore(deps): update whelk-io/maven-settings-xml-action action to v22 --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/publish-pages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 8095c85..fecfc23 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-maven- - name: Create maven settings.xml with credentials 📜+🔧+🔒 - uses: whelk-io/maven-settings-xml-action@v21 + uses: whelk-io/maven-settings-xml-action@v22 with: servers: '[ { "id": "nexus.terrestris.de", "username": "${{ secrets.NEXUS_USER }}", "password": "${{ secrets.NEXUS_PASSWORD }}" }, diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 45147db..bb57b53 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -26,7 +26,7 @@ jobs: ${{ runner.os }}-maven- - name: Create maven settings.xml with credentials 📜+🔧+🔒 - uses: whelk-io/maven-settings-xml-action@v21 + uses: whelk-io/maven-settings-xml-action@v22 with: servers: '[ { "id": "nexus.terrestris.de", "username": "${{ secrets.NEXUS_USER }}", "password": "${{ secrets.NEXUS_PASSWORD }}" }, diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index fb89caa..944f25f 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}-maven- - name: Create maven settings.xml with credentials 📜+🔧+🔒 - uses: whelk-io/maven-settings-xml-action@v21 + uses: whelk-io/maven-settings-xml-action@v22 with: servers: '[ { "id": "nexus.terrestris.de", "username": "${{ secrets.NEXUS_USER }}", "password": "${{ secrets.NEXUS_PASSWORD }}" },