We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f034ac commit 415cb17Copy full SHA for 415cb17
.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
34
35
- name: Set up JDK 11
36
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 3.13.0
37
with:
38
distribution: temurin
39
java-version: 11
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Set up JDK ${{ matrix.jdk }}
87
if: matrix.jdk != 11
88
89
90
91
java-version: ${{ matrix.jdk }}
0 commit comments