From 721b0d3a7f6792f4bc52f2cfcecde56c0cc0f611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 18:31:17 +0000 Subject: [PATCH] ci(deps)(deps): bump gradle/actions from 4.0.0 to 4.4.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.0.0 to 4.4.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.0.0...v4.4.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.0 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..e997b16 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.4.0 # Use the specific action version with: # Specify the root of the Gradle project to scan build-root-directory: ./Backend