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.
2 parents 5444ddb + a37af6c commit 29ea53aCopy full SHA for 29ea53a
.github/workflows/bazel-test.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- name: Set up JDK 8
21
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
22
with:
23
distribution: temurin
24
java-version: '8'
.github/workflows/python-package.yml
@@ -47,7 +47,7 @@ jobs:
47
48
python-version: ${{ matrix.python-version }}
49
- name: Set up JDK 1.8
50
51
52
java-version: 8
53
distribution: 'temurin'
0 commit comments