Skip to content

Commit ce0c08b

Browse files
chore(java): remove pin on Apache Maven 3.8.1 from github actions (#1268)
* chore(java): remove pin on Apache Maven 3.8.1 from github actions [Ubuntu 20.04.3 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) has updated the maven version to 3.8.3 which resolves[ the issue](googleapis/synthtool#1202) maven 3.8.2 had with flatten-maven-plugin * chore: fix tests Source-Link: googleapis/synthtool@79d7936 Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e
1 parent 43c3b11 commit ce0c08b

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:a3ac08d167454718ff057b97a1950d3cb5e16fc39fb3f355d90276285a6cac75
3+
digest: sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e

.github/workflows/ci.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
java: [8, 11, 17]
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: stCarolas/setup-maven@v4
16-
with:
17-
maven-version: 3.8.1
1815
- uses: actions/setup-java@v2
1916
with:
2017
distribution: zulu
@@ -27,9 +24,6 @@ jobs:
2724
runs-on: windows-latest
2825
steps:
2926
- uses: actions/checkout@v2
30-
- uses: stCarolas/setup-maven@v4
31-
with:
32-
maven-version: 3.8.1
3327
- uses: actions/setup-java@v2
3428
with:
3529
distribution: zulu
@@ -45,9 +39,6 @@ jobs:
4539
java: [8, 11, 17]
4640
steps:
4741
- uses: actions/checkout@v2
48-
- uses: stCarolas/setup-maven@v4
49-
with:
50-
maven-version: 3.8.1
5142
- uses: actions/setup-java@v2
5243
with:
5344
distribution: zulu
@@ -58,9 +49,6 @@ jobs:
5849
runs-on: ubuntu-latest
5950
steps:
6051
- uses: actions/checkout@v2
61-
- uses: stCarolas/setup-maven@v4
62-
with:
63-
maven-version: 3.8.1
6452
- uses: actions/setup-java@v2
6553
with:
6654
distribution: zulu
@@ -73,14 +61,11 @@ jobs:
7361
runs-on: ubuntu-latest
7462
steps:
7563
- uses: actions/checkout@v2
76-
- uses: stCarolas/setup-maven@v4
77-
with:
78-
maven-version: 3.8.1
7964
- uses: actions/setup-java@v2
8065
with:
8166
distribution: zulu
8267
java-version: 8
8368
- run: java -version
8469
- run: .kokoro/build.sh
8570
env:
86-
JOB_TYPE: clirr
71+
JOB_TYPE: clirr

0 commit comments

Comments
 (0)