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 b7215ca commit 1e12ea3Copy full SHA for 1e12ea3
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: macos-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Validate Gradle Wrapper
21
uses: gradle/actions/wrapper-validation@v4
22
- name: Install JDK
.github/workflows/docs.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
with:
33
ref: ${{ inputs.ref }}
34
0 commit comments