Skip to content

Commit 4fd28cb

Browse files
committed
fix(actions): fix name
1 parent b905fbd commit 4fd28cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Set up JDK 8
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
2020
java-version: '17'

0 commit comments

Comments
 (0)