From 5e7f0b85f4b9cfb370be1431e307b5d27ca26747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:47:47 +0000 Subject: [PATCH] :dependabot: Bump gradle/actions from 4.1.0 to 4.3.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/submit_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit_dependencies.yml b/.github/workflows/submit_dependencies.yml index 340fcc58..7bbdb958 100644 --- a/.github/workflows/submit_dependencies.yml +++ b/.github/workflows/submit_dependencies.yml @@ -19,7 +19,7 @@ jobs: java-version: 21 - name: setup gradle dependency graph submission - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.3.0 with: dependency-graph: generate-and-submit