Thanks to visit codestin.com Credit goes to github.com
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 7562c72 commit c76d359Copy full SHA for c76d359
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- name: Setup Java ${{ matrix.java }}
22
- uses: actions/setup-java@v3.7.0
+ uses: actions/setup-java@v3.9.0
23
with:
24
distribution: temurin
25
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/[email protected]
13
14
- name: Set up Java
15
16
17
java-version: 8
18
0 commit comments