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 bdb553d commit 11de258Copy full SHA for 11de258
.github/workflows/central-sync.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
with:
20
ref: v${{ github.event.inputs.release_version }}
21
- - uses: gradle/wrapper-validation-action@v2
+ - uses: gradle/wrapper-validation-action@v3
22
- name: Set up JDK
23
uses: actions/setup-java@v4
24
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.GH_TOKEN }}
0 commit comments