diff --git a/.github/workflows/02_release.yaml b/.github/workflows/02_release.yaml index 5ebef00..5055b9c 100644 --- a/.github/workflows/02_release.yaml +++ b/.github/workflows/02_release.yaml @@ -29,7 +29,7 @@ jobs: settings-path: ${{ github.workspace }} - name: Create settings.xml - uses: whelk-io/maven-settings-xml-action@7c60eb95b2d5ec18f2e0e29f34c9ed69475e7a96 #v21 + uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d #v22 with: repositories: '[{ "id": "github", "name": "github", "url": "https://maven.pkg.github.com/navikt/xerces-xmlschema-1.1", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } }]' servers: '[{ "id": "github", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'