From 9e4e11d6e4cdd0d9ae3ba18840b2c2cd6f999360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:43:33 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/actions/sbt-build Bumps [project-ncl/shared-github-actions/.github/actions/sbt-build](https://github.com/project-ncl/shared-github-actions) from 0.0.20 to 0.0.21. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/c32f5377788ce8ee9dd823babd583c2dd18604da...0fd979fcdd90cf1b62e6410221d64efd6b470865) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/actions/sbt-build dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sbt-ci.yml | 2 +- .github/workflows/sbt-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sbt-ci.yml b/.github/workflows/sbt-ci.yml index 9fbba80..b252e0d 100644 --- a/.github/workflows/sbt-ci.yml +++ b/.github/workflows/sbt-ci.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@c32f5377788ce8ee9dd823babd583c2dd18604da # v0.0.20 + - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@0fd979fcdd90cf1b62e6410221d64efd6b470865 # v0.0.21 with: java_version: ${{ inputs.java_version }} resolvers: ${{ inputs.resolvers }} diff --git a/.github/workflows/sbt-snapshot.yml b/.github/workflows/sbt-snapshot.yml index 95e1b4e..3cb5563 100644 --- a/.github/workflows/sbt-snapshot.yml +++ b/.github/workflows/sbt-snapshot.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@c32f5377788ce8ee9dd823babd583c2dd18604da # v0.0.20 + - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@0fd979fcdd90cf1b62e6410221d64efd6b470865 # v0.0.21 with: java_version: ${{ inputs.java_version }} resolvers: ${{ inputs.resolvers }}