From 7f720bfcb293c312a19b417ae08a68b22cce67c2 Mon Sep 17 00:00:00 2001 From: Bria Morgan Date: Tue, 21 Jan 2025 12:27:27 -0500 Subject: [PATCH] Update dependency-graph.yml --- .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 3b5df415b..f350af3bb 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: scalacenter/sbt-dependency-submission@v3 - uses: sbt/setup-sbt@v1 + - uses: scalacenter/sbt-dependency-submission@v3 with: ## Optional: Define the working directory of your build. ## It should contain the build.sbt file.