From d1c1e43146ab6b32bf0f67b1b67a98560dd975d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 10:42:29 +0000 Subject: [PATCH] ci(deps)(deps): bump gradle/actions from 4.0.0 to 4.3.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.0.0...v4.3.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-build.yml b/.github/workflows/backend-build.yml index 48c6d12..d57835b 100644 --- a/.github/workflows/backend-build.yml +++ b/.github/workflows/backend-build.yml @@ -78,7 +78,7 @@ jobs: # Use the dedicated Gradle action to generate and submit the dependency graph - name: Generate and Submit Dependency Graph - uses: gradle/actions/dependency-submission@v4.0.0 # Use the specific action version + uses: gradle/actions/dependency-submission@v4.3.1 # Use the specific action version with: # Specify the root of the Gradle project to scan build-root-directory: ./Backend