From e58dc522977e8fdee4ddacb866da46df8b65443e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:30:32 +0000 Subject: [PATCH] chore(deps): bump gradle/actions from 6.1.1 to 6.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60...3f131e8634966bd73d06cc69884922b02e6faf92) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e17d88..b8aa5a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: - name: Validate Gradle wrapper # gradle/actions/wrapper-validation v4.4.4 - uses: gradle/actions/wrapper-validation@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 + uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 - name: Build and test run: ./gradlew --no-daemon assemble test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8f605e..623b444 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Validate Gradle wrapper # gradle/actions/wrapper-validation v4.4.4 - uses: gradle/actions/wrapper-validation@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 + uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # Scoped to lib/cli/tests. samples/ contains demo packages with # underscored names and filenames that intentionally don't follow the