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 e52b4d5 commit ea1f7baCopy full SHA for ea1f7ba
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout Repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Validate Gradle Wrapper
21
uses: gradle/wrapper-validation-action@v3
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