Skip to content

Commit 376fc17

Browse files
hamzaremmalWojciechMazur
authored andcommitted
fix: add sbt/setup-sbt for the dependency graph workflow
[Cherry-picked 72848b3]
1 parent 9530960 commit 376fc17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/dependency-graph.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: sbt/setup-sbt@v1
1213
- uses: scalacenter/sbt-dependency-submission@v3
1314
env:
1415
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

0 commit comments

Comments
 (0)