From 24c481bab20e98f86a6cfc10a1d624e73c7ff15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:21:45 +0000 Subject: [PATCH] Bump whelk-io/maven-settings-xml-action from 12 to 21 Bumps [whelk-io/maven-settings-xml-action](https://github.com/whelk-io/maven-settings-xml-action) from 12 to 21. - [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases) - [Commits](https://github.com/whelk-io/maven-settings-xml-action/compare/v12...v21) --- updated-dependencies: - dependency-name: whelk-io/maven-settings-xml-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publishMasterSnapshot.yml | 2 +- .github/workflows/publishPRSnapshot.yml | 2 +- .github/workflows/publishRelease.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publishMasterSnapshot.yml b/.github/workflows/publishMasterSnapshot.yml index 5a5352a..3e9800f 100644 --- a/.github/workflows/publishMasterSnapshot.yml +++ b/.github/workflows/publishMasterSnapshot.yml @@ -20,7 +20,7 @@ jobs: server-password: ${{ secrets.DCSA_PACKAGES_PAT }} - name: maven-settings-xml-action - uses: whelk-io/maven-settings-xml-action@v12 + uses: whelk-io/maven-settings-xml-action@v21 with: repositories: '[{ "id": "github", "name": "DCSA Backend repo", "url": "https://maven.pkg.github.com/dcsaorg/DCSA-Core", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true" } }]' servers: '[{ "id": "github", "username": "${{ secrets.DCSA_USER }}", "password": "${{ secrets.DCSA_PACKAGES_PAT }}" }]' diff --git a/.github/workflows/publishPRSnapshot.yml b/.github/workflows/publishPRSnapshot.yml index 3261b0e..78ddabf 100644 --- a/.github/workflows/publishPRSnapshot.yml +++ b/.github/workflows/publishPRSnapshot.yml @@ -20,7 +20,7 @@ jobs: server-password: ${{ secrets.DCSA_PACKAGES_PAT }} - name: maven-settings-xml-action - uses: whelk-io/maven-settings-xml-action@v12 + uses: whelk-io/maven-settings-xml-action@v21 with: repositories: '[{ "id": "github", "name": "DCSA Backend repo", "url": "https://maven.pkg.github.com/dcsaorg/DCSA-Core", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true" } }]' servers: '[{ "id": "github", "username": "${{ secrets.DCSA_USER }}", "password": "${{ secrets.DCSA_PACKAGES_PAT }}" }]' diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index ef19bc8..0cd0db4 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -20,7 +20,7 @@ jobs: server-password: ${{ secrets.DCSA_PACKAGES_PAT }} - name: maven-settings-xml-action - uses: whelk-io/maven-settings-xml-action@v12 + uses: whelk-io/maven-settings-xml-action@v21 with: repositories: '[{ "id": "github", "name": "DCSA Backend repo", "url": "https://maven.pkg.github.com/dcsaorg/DCSA-Core", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } }]' servers: '[{ "id": "github", "username": "${{ secrets.DCSA_USER }}", "password": "${{ secrets.DCSA_PACKAGES_PAT }}" }]'