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 }}" }]'