From 8568db2607b39f91405dc4d8f5e90feedd320f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:43:00 +0100 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2.11.1 to 2.12.0 (#11) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 abc9804..2c5e1e1 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@v2.11.1 + uses: gradle/gradle-build-action@v2.12.0 with: dependency-graph: generate-and-submit - name: Generate Dependency Graph