We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 672122b + 29c5d69 commit f0091c0Copy full SHA for f0091c0
.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@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
20
with:
21
distribution: 'temurin'
22
java-version: ${{ matrix.java_version }}
0 commit comments