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 2285522 commit 505c3e6Copy full SHA for 505c3e6
.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@v2
+ uses: gradle/wrapper-validation-action@v3
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