Skip to content

Commit 08a67a9

Browse files
authored
Merge pull request #70 from GateNLP/actions/upgrade
Upgrade settings-xml action
2 parents e4396e2 + dfc9704 commit 08a67a9

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)