Skip to content

Commit dfc9704

Browse files
committed
Upgrade settings-xml action
Upgrade to version that does not use a deprecated version of nodejs
1 parent e4396e2 commit dfc9704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Override http://repo.gate.ac.uk to use https:// instead
4646
- name: Configure Maven settings
47-
uses: whelk-io/maven-settings-xml-action@v20
47+
uses: whelk-io/maven-settings-xml-action@v22
4848
with:
4949
mirrors: >
5050
[

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Override http://repo.gate.ac.uk to use https:// instead
3232
- name: Configure Maven settings
33-
uses: whelk-io/maven-settings-xml-action@v20
33+
uses: whelk-io/maven-settings-xml-action@v22
3434
with:
3535
mirrors: >
3636
[

0 commit comments

Comments
 (0)