浏览代码

Update Gradle Wrapper Validation action (#131682)

The old one was failing from time to time. The new version has retry built-in so it hopefully solve the issue.
Mariusz Józala 3 月之前
父节点
当前提交
9f5e6f4e25
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/gradle-wrapper-validation.yml

+ 2 - 2
.github/workflows/gradle-wrapper-validation.yml

@@ -10,5 +10,5 @@ jobs:
     if: github.repository == 'elastic/elasticsearch'
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
-      - uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # Release v2.1.1
+      - uses: actions/checkout@v4
+      - uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Release v4.4.1