Skip to content

Commit efefe01

Browse files
Backport "fix: add sbt/setup-sbt for the dependency graph workflow" to 3.6 (#22278)
Backports #22228 to the 3.6.3. PR submitted by the release tooling.
2 parents 35dff76 + 376fc17 commit efefe01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 0 deletions
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)