diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08e9da8..32e4c31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: distribution: 'zulu' - name: 3. Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v1.0.6 # https://github.com/gradle/wrapper-validation-action + uses: gradle/wrapper-validation-action@v1.1.0 # https://github.com/gradle/wrapper-validation-action - name: 4. Build and check reproducibility of artifacts run: ./check_reproducibility.sh