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 31be27b + 3b93e27 commit 8fe2b6bCopy full SHA for 8fe2b6b
.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@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.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