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 3bd839a + b304bdd commit 2de790cCopy full SHA for 2de790c
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout Repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Validate Gradle Wrapper
21
uses: gradle/wrapper-validation-action@v1
22
- name: Setup Java
.github/workflows/build_pr.yml
@@ -9,7 +9,7 @@ jobs:
9
os: [ubuntu-latest, windows-latest, macos-latest]
10
11
12
13
14
15
0 commit comments