From d4ffe7881a5730c3070dc592caf3090b3bef225d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 01:05:29 +0000 Subject: [PATCH] Update scalacenter/sbt-dependency-submission action to v3 --- .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 c81e7320..2ccd3f8f 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: sbt/setup-sbt@v1 - - uses: scalacenter/sbt-dependency-submission@v2 \ No newline at end of file + - uses: scalacenter/sbt-dependency-submission@v3 \ No newline at end of file