Skip to content

Commit 103d416

Browse files
authored
Merge pull request #172 from GateNLP/actions/update-maven
Upgrade setup-maven and settings-xml actions
2 parents 26b10b8 + f17a965 commit 103d416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
cache: maven
4444

4545
- name: Set up Maven
46-
uses: stCarolas/setup-maven@v4.5
46+
uses: stCarolas/setup-maven@v5
4747
with:
4848
maven-version: "3.8.8"
4949

5050
# Override http://repo.gate.ac.uk to use https:// instead
5151
- name: Configure Maven settings
52-
uses: whelk-io/maven-settings-xml-action@v20
52+
uses: whelk-io/maven-settings-xml-action@v22
5353
with:
5454
mirrors: >
5555
[

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
cache: maven
2222

2323
- name: Set up Maven
24-
uses: stCarolas/setup-maven@v4.5
24+
uses: stCarolas/setup-maven@v5
2525
with:
2626
maven-version: "3.8.8"
2727

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

0 commit comments

Comments
 (0)