We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d454a72 commit b2a1aacCopy full SHA for b2a1aac
.github/workflows/release-build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Setup Java
15
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v4.1.0
16
with:
17
distribution: 'temurin'
18
java-version: '17'
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.github/workflows/upload-javadoc.yml
0 commit comments