From b1d958587e29edcd56d72582bbc8b24db65453c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:25:58 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 3.1.0 to 3.4.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.4.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.1.0...v3.4.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-dependencies.yaml b/.github/workflows/gradle-dependencies.yaml index 2d18e19..4f04a98 100644 --- a/.github/workflows/gradle-dependencies.yaml +++ b/.github/workflows/gradle-dependencies.yaml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' cache: gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v3.1.0 + uses: gradle/gradle-build-action@v3.4.0 with: dependency-graph: generate-and-submit - name: Generate Dependency Graph