From a7e5c35c9989adbb260c4140f5023a73380502cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:58:48 +0000 Subject: [PATCH] :dependabot: Bump gradle/actions from 4.1.0 to 4.2.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.1.0...v4.2.1) --- 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 d8c71ac7..3fe3ac6b 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.2.1 with: dependency-graph: generate-and-submit