Skip to content

Commit c244307

Browse files
committed
upgrade maven version in workflow
1 parent f6ef014 commit c244307

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/release.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,12 @@ jobs:
2020
app-id: ${{ secrets.DAPLA_BOT_APP_ID }}
2121
private-key: ${{ secrets.DAPLA_BOT_PRIVATE_KEY }}
2222

23-
- uses: actions/checkout@v3
24-
with:
25-
token: ${{ steps.app-token.outputs.token }}
26-
ref: refs/heads/master
27-
28-
- name: Set up JDK 21
29-
uses: actions/setup-java@v3
23+
- name: Setup Maven Action # Composite action
24+
3025
with:
3126
java-version: 21
32-
distribution: zulu
33-
server-id: github
27+
java-distribution: zulu
28+
maven-version: 3.9.9
3429

3530
- name: Authenticate to Google Cloud
3631
id: auth

0 commit comments

Comments
 (0)