From 1c1a35f6beda7c95dd0119f2bc24cfc3ed0f4e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:28:37 +0000 Subject: [PATCH] Bump gradle/actions from 4.4.3 to 4.4.4 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/ed408507eac070d1f99cc633dbcf757c94c7933a...748248ddd2a24f49513d8f472f81c3a07d4d50e1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... See gh-47357 Signed-off-by: dependabot[bot] --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7cbc845bd38..c528264f107 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -59,7 +59,7 @@ jobs: with: stable: true - name: Set Up Gradle - uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 + uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 with: cache-read-only: false - name: Configure Gradle Properties