We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b19d96c + f30ab4d commit 9189ce0Copy full SHA for 9189ce0
.github/workflows/ci-build.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
# Setup Java & Python
18
- name: Setup Java
19
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
20
with:
21
distribution: 'temurin'
22
java-version: ${{ matrix.java_version }}
0 commit comments