Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit ac75d6d

Browse files
authored
chore: use maven 3.8.1 (#463)
1 parent bde620d commit ac75d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/downstream.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- java-pubsub
2020
steps:
2121
- uses: actions/checkout@v2
22+
- uses: stCarolas/setup-maven@v4
23+
with:
24+
maven-version: 3.8.1
2225
- uses: actions/setup-java@v1
2326
with:
2427
java-version: ${{matrix.java}}

0 commit comments

Comments
 (0)