We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18b5ee9 + b552421 commit 6a917d8Copy full SHA for 6a917d8
2 files changed
.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@v4.2.2
+ uses: actions/setup-java@v4.3.0
23
with:
24
distribution: temurin
25
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4.1.7
13
14
- name: Set up Java
15
16
17
java-version: 8
18
0 commit comments