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