Skip to content

Commit 5ac1e10

Browse files
committed
Update Maven in GHAs to 3.9.14
1 parent 12b37f8 commit 5ac1e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Maven
9393
uses: stCarolas/setup-maven@v5
9494
with:
95-
maven-version: 3.9.12
95+
maven-version: 3.9.14
9696
- name: Build
9797
env:
9898
GTK_XCFLAGS: '-Wno-deprecated-declarations'

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Maven
3131
uses: stCarolas/setup-maven@v5
3232
with:
33-
maven-version: '3.9.12'
33+
maven-version: '3.9.14'
3434
- name: Prepare Linux Build
3535
run: |
3636
sudo apt-get update -qq

0 commit comments

Comments
 (0)