From 3d74726941d6333ce408303b864825c13c26179b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:53:39 -0700 Subject: [PATCH] chore: bump gradle/actions from 3.5.0 to 4 in the workflow-actions group (#42) Bumps the workflow-actions group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 3.5.0 to 4 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/d9c87d481d55275bb5441eef3fe0e46805f9ef70...af1da67850ed9a4cedd57bfd976089dd991e2582) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2c96da1..f828c1c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: 'Set up Gradle' - uses: 'gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70' # v3.5.0 + uses: 'gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582' # v4 with: gradle-version: 'wrapper' gradle-home-cache-cleanup: true @@ -43,7 +43,7 @@ jobs: # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@d9c87d481d55275bb5441eef3fe0e46805f9ef70" # v3.5.0 + uses: "gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582" # v4 env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"