From ba69ca275d3a8c40eba321595efa17dad25740aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:27:18 +0000 Subject: [PATCH] Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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