From 723d5e1f026f91fa3f961b95c1431c7a315b7db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:44:23 +0000 Subject: [PATCH] build(deps): bump gradle/actions from 6.1.0 to 6.1.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...5e2ebd065dc2488b7a6ad670704656cbbe1e8f60) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 23ac229..8bb5055 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -80,7 +80,7 @@ jobs: with: distribution: temurin java-version: "21" - - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 with: gradle-version: "8.14.4"