We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10040fe + 5045749 commit 885851aCopy full SHA for 885851a
.github/workflows/publish-container-image.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v2
22
23
- name: Set up JDK 11
24
- uses: actions/setup-java@v2.4.0
+ uses: actions/setup-java@v2.5.0
25
with:
26
distribution: 'temurin'
27
java-version: 11
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
0 commit comments