diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 345f7522..7f333de2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -40,7 +40,7 @@ jobs: with: python-version-file: .python-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Cache konan uses: actions/cache@v4 with: diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 36ef3aba..98dad484 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -15,7 +15,7 @@ jobs: distribution: temurin java-version-file: .java-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Gradle Dependency Submission uses: gradle/actions/dependency-submission@v3 with: diff --git a/.github/workflows/platform-benchmark.yml b/.github/workflows/platform-benchmark.yml index b5a41c9b..dce15be2 100644 --- a/.github/workflows/platform-benchmark.yml +++ b/.github/workflows/platform-benchmark.yml @@ -49,7 +49,7 @@ jobs: with: python-version-file: .python-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Cache konan uses: actions/cache@v4 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 99917e34..43cc116c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version-file: .java-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Cache konan uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 749f0bed..9912db06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: python-version-file: .python-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Cache konan uses: actions/cache@v4 with: diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index 77045508..c5e54942 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -27,7 +27,7 @@ jobs: with: python-version-file: .python-version - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Cache konan uses: actions/cache@v4 with: