From 480b0f51d4cf7179d589ddb59fde35f7bced4839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:53:07 -0600 Subject: [PATCH] Bump gradle/actions from 3 to 4 (#3273) 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> --- .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.