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 397fd9a commit b39e837Copy full SHA for b39e837
.github/workflows/bazel.yml
@@ -16,7 +16,7 @@ jobs:
16
path: "/home/runner/.cache/bazel"
17
key: bazel
18
- name: Set up JDK 17
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
java-version: '17'
22
distribution: 'temurin'
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v5
23
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
0 commit comments