Skip to content

Commit

Permalink
Bump whelk-io/maven-settings-xml-action from 21 to 22 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent f0fe592 commit 111a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" }]'
Expand Down

0 comments on commit 111a3ad

Please sign in to comment.