From 697deb371b1488bae3aee1c1824a83a71591ed9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:48:53 -0500 Subject: [PATCH] Bump gradle/actions from 3 to 4 (#3821) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriel Zurita Co-authored-by: Ponnia Muyen <151670616+Ponnia-M@users.noreply.github.com> --- .github/workflows/lint-gradle-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-gradle-files.yml b/.github/workflows/lint-gradle-files.yml index e704e23e9e..e295888ff4 100644 --- a/.github/workflows/lint-gradle-files.yml +++ b/.github/workflows/lint-gradle-files.yml @@ -23,7 +23,7 @@ jobs: # cache the Gradle User Home" # cache: 'gradle' - name: "Setup Gradle" - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: # Only write to the cache for builds on the 'main' and 'develop' branches. (Default is 'main' only.) # Builds on other branches will only read existing entries from the cache.