From 91f23c9941f52c8161ee61179f67a99e1d868a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:07:47 +0000 Subject: [PATCH] build(deps): bump gradle/actions from 3 to 4 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binary-compatibility-verification.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/publish-artifacts.yml | 2 +- .github/workflows/release-dev-container-image.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/binary-compatibility-verification.yml b/.github/workflows/binary-compatibility-verification.yml index 0a6dcad..1f17150 100644 --- a/.github/workflows/binary-compatibility-verification.yml +++ b/.github/workflows/binary-compatibility-verification.yml @@ -26,7 +26,7 @@ jobs: java-version: '11' distribution: 'adopt-hotspot' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v3 + - uses: gradle/actions/wrapper-validation@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build and run binary compatibility verification diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index df59c96..0503d70 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -25,7 +25,7 @@ jobs: java-version: '11' distribution: 'adopt-hotspot' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v3 + - uses: gradle/actions/wrapper-validation@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build and test diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 799b84e..2555ce7 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -45,7 +45,7 @@ jobs: java-version: '11' distribution: 'adopt-hotspot' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v3 + - uses: gradle/actions/wrapper-validation@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build and test diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index 0f3f4b1..83d7d4b 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -21,7 +21,7 @@ jobs: java-version: '11' distribution: 'adopt-hotspot' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v3 + - uses: gradle/actions/wrapper-validation@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build and test diff --git a/.github/workflows/release-dev-container-image.yml b/.github/workflows/release-dev-container-image.yml index 0598b6d..5a93545 100644 --- a/.github/workflows/release-dev-container-image.yml +++ b/.github/workflows/release-dev-container-image.yml @@ -21,7 +21,7 @@ jobs: java-version: '11' distribution: 'adopt-hotspot' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v3 + - uses: gradle/actions/wrapper-validation@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build project and install Distribution package