Skip to content

Commit f9f709b

Browse files
committed
Update version of Maven and setup-maven action.
1 parent 3007995 commit f9f709b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
check-latest: true
2020
cache: 'maven'
2121
- name: Set up Maven
22-
uses: stCarolas/setup-maven@v4.5
22+
uses: stCarolas/setup-maven@v5
2323
with:
24-
maven-version: 3.9.5
24+
maven-version: 3.9.6
2525
- name: Build and deploy
2626
env:
2727
DOCKER_IO_USERNAME: ${{ secrets.DOCKER_IO_USERNAME }}

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: maven
3939

4040
- name: Set up Maven
41-
uses: stCarolas/setup-maven@v4.5
41+
uses: stCarolas/setup-maven@v5
4242
with:
4343
maven-version: 3.9.6
4444

.github/workflows/update-badges.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
check-latest: true
2222
cache: 'maven'
2323
- name: Set up Maven
24-
uses: stCarolas/setup-maven@v4.5
24+
uses: stCarolas/setup-maven@v5
2525
with:
26-
maven-version: 3.9.5
26+
maven-version: 3.9.6
2727
- name: Build and test with Maven
2828
run: mvn -V --color always -ntp clean verify -Dgpg.skip -Ppit -Pdepgraph | tee maven.log
2929
- name: Run Quality Monitor

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
check-latest: true
4242
cache: 'maven'
4343
- name: Set up Maven
44-
uses: stCarolas/setup-maven@v4.5
44+
uses: stCarolas/setup-maven@v5
4545
with:
46-
maven-version: 3.9.5
46+
maven-version: 3.9.6
4747
- name: Build # (compile, test with code and mutation coverage, and run static analysis)
4848
run: mvn -ntp clean verify -Ppit
4949
- name: Extract pull request number # (commenting on the pull request requires the PR number)

0 commit comments

Comments
 (0)