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 07e34a7 commit a2e9520Copy full SHA for a2e9520
.github/workflows/build-master.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Validate Gradle wrapper
20
- uses: gradle/wrapper-validation-action@v1
+ uses: gradle/wrapper-validation-action@v2
21
22
- name: Set up java ${{ matrix.java }}
23
uses: actions/setup-java@v4
.github/workflows/pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
0 commit comments