We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5827fc7 commit 2f81f7bCopy full SHA for 2f81f7b
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up JDK 11
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
21
with:
22
java-version: '11'
23
distribution: 'adopt'
0 commit comments