From 657db1eb77f9925fa6049027b4cc6b275572d08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:20:28 +0000 Subject: [PATCH] ci(deps)(deps): bump gradle/actions from 4.4.1 to 5.0.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.1 to 5.0.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.4.1...v5.0.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 7891178..2fe869d 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.4.1 # Use the specific action version + uses: gradle/actions/dependency-submission@v5.0.1 # Use the specific action version with: # Specify the root of the Gradle project to scan build-root-directory: ./Backend