Skip to content

Commit

Permalink
Upgrade settings-xml action
Browse files Browse the repository at this point in the history
Upgrade to version that does not use a deprecated version of nodejs
  • Loading branch information
ianroberts committed Nov 6, 2024
1 parent e4396e2 commit dfc9704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Override http://repo.gate.ac.uk to use https:// instead
- name: Configure Maven settings
uses: whelk-io/maven-settings-xml-action@v20
uses: whelk-io/maven-settings-xml-action@v22
with:
mirrors: >
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Override http://repo.gate.ac.uk to use https:// instead
- name: Configure Maven settings
uses: whelk-io/maven-settings-xml-action@v20
uses: whelk-io/maven-settings-xml-action@v22
with:
mirrors: >
[
Expand Down

0 comments on commit dfc9704

Please sign in to comment.