From e620c95944c57b21bbafe334d50a94c3eb6319e0 Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Sat, 28 Dec 2024 14:55:09 +0300 Subject: [PATCH] Fix `Dependency Graph` action (cherry picked from commit 1fc40aa57c5fde49fd05689a9ca701a529e76093) --- .github/workflows/dependency-graph.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index c9fe360f..61cae1ad 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -21,4 +21,5 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.ref }} + - uses: sbt/setup-sbt@v1 - uses: scalacenter/sbt-dependency-submission@v3