Skip to content

Commit f2101bb

Browse files
authored
Upgrade setup-maven action (#144)
1 parent 4873299 commit f2101bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-experiments-quarkus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Setup Maven Action
26-
uses: s4u/setup-maven-action@v1.17.0
26+
uses: s4u/setup-maven-action@v1.18.0
2727
with:
2828
checkout-fetch-depth: 0
2929
java-version: 17

.github/workflows/run-experiments-xwiki.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Setup Maven Action
25-
uses: s4u/setup-maven-action@v1.17.0
25+
uses: s4u/setup-maven-action@v1.18.0
2626
with:
2727
checkout-fetch-depth: 0
2828
java-version: 17

0 commit comments

Comments
 (0)