Skip to content

Commit c459e59

Browse files
committed
remove redundant action
1 parent ab000a5 commit c459e59

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/shared_dependencies.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515
if: github.repository_owner == 'googleapis'
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: stCarolas/setup-maven@v5
19-
with:
20-
maven-version: 3.8.2
2118
- uses: actions/setup-java@v4
2219
with:
23-
distribution: temurin
2420
java-version: 11
21+
distribution: temurin
22+
cache: maven
2523
- run: java -version
2624
- name: Install maven modules
2725
run: |

0 commit comments

Comments
 (0)