From bdfd88b116fe9b5e4a54f8ce2fef69265e53f33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:57:54 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: scalacenter/sbt-dependency-submission dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-graph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index f551bb28bdb..4b0557da9f3 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.ref }} - - uses: scalacenter/sbt-dependency-submission@v2 + - uses: scalacenter/sbt-dependency-submission@v3 with: # We submit ./documentation/build.sbt because the documentation project depends on the root project(s) # anyway. In the end, all projects will be checked (including the dependencies of the documentation project).