diff --git a/.github/workflows/sbt-ci.yml b/.github/workflows/sbt-ci.yml index 7a441cb..c967b12 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@a27e6fba6b28bbb96881ec096e9c8ea5a538f481 # v0.0.22 + - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@646d9b629925d6405fb06ed1476aefd6b2cdca86 # v0.0.23 with: java_version: ${{ inputs.java_version }} resolvers: ${{ inputs.resolvers }} diff --git a/.github/workflows/sbt-snapshot.yml b/.github/workflows/sbt-snapshot.yml index 22c8b05..541dfb1 100644 --- a/.github/workflows/sbt-snapshot.yml +++ b/.github/workflows/sbt-snapshot.yml @@ -72,7 +72,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@a27e6fba6b28bbb96881ec096e9c8ea5a538f481 # v0.0.22 + - uses: project-ncl/shared-github-actions/.github/actions/sbt-build@646d9b629925d6405fb06ed1476aefd6b2cdca86 # v0.0.23 with: java_version: ${{ inputs.java_version }} resolvers: ${{ inputs.resolvers }}