We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a0c74 commit 5a0e882Copy full SHA for 5a0e882
.github/workflows/build-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout Repository
12
uses: actions/checkout@v4
13
- name: Validate Gradle Wrapper
14
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/wrapper-validation-action@v3
15
- name: Setup Java
16
uses: actions/setup-java@v4
17
with:
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments