We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d306e9f commit dea7fa9Copy full SHA for dea7fa9
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
15
- name: Set up JDK 1.11
16
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v3.12.0
17
with:
18
distribution: 'adopt'
19
java-version: '11'
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
id: tag_name
20
21
22
23
24
25
0 commit comments