We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20057f0 commit 827920aCopy full SHA for 827920a
1 file changed
.github/workflows/push.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v1
21
with:
22
java-version: "17"
23
- name: Build with Maven
0 commit comments