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).