From e6eb8c51187f5a9531d45c76a96dc3f95a9d459a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:32:43 +0000 Subject: [PATCH] build(deps): bump gradle/actions from 4.4.0 to 4.4.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.4.0...ac638b010cf58a27ee6c972d7336334ccaf61c96) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/format-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 5ac10a6e579..a597a90cf8e 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -19,7 +19,7 @@ jobs: java-version: '17' - name: Setup Gradle - uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 + uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}