We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a6116 + b70b160 commit 8ac4d54Copy full SHA for 8ac4d54
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@v5.1.0
+ uses: actions/setup-java@v5.2.0
23
with:
24
distribution: temurin
25
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v6.0.1
13
14
- name: Set up Java
15
16
17
java-version: 8
18
0 commit comments