We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb9668 commit 06ba414Copy full SHA for 06ba414
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
submodules: 'true'
34
- name: Set up Java
35
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # tag=v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # tag=v5.2.0
36
37
java-version: ${{ matrix.java-version }}
38
distribution: "temurin"
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Set up JDK
21
22
23
java-version: "21"
24
distribution: temurin
0 commit comments