From 3a6f35eccdc6c0c0ed0769c404a1dda9d442962e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:43:31 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/actions/npm-build Bumps [project-ncl/shared-github-actions/.github/actions/npm-build](https://github.com/project-ncl/shared-github-actions) from 0.0.22 to 0.0.23. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/a27e6fba6b28bbb96881ec096e9c8ea5a538f481...646d9b629925d6405fb06ed1476aefd6b2cdca86) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/actions/npm-build dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 33038de..a37b929 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/npm-build@a27e6fba6b28bbb96881ec096e9c8ea5a538f481 # v0.0.22 + - uses: project-ncl/shared-github-actions/.github/actions/npm-build@646d9b629925d6405fb06ed1476aefd6b2cdca86 # v0.0.23 with: node_version: ${{ inputs.node_version }} build_command: ${{ inputs.build_command }}