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 294dae4 commit 17c5781Copy full SHA for 17c5781
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Set up Java
27
- uses: actions/setup-java@v3.4.1
+ uses: actions/setup-java@v3.5.0
28
with:
29
distribution: 'zulu'
30
java-version: 11
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
.github/workflows/pr.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
0 commit comments