From db890a6a8ef214cf441c77a60df19cd2195f740c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 04:02:43 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml Bumps [project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml](https://github.com/project-ncl/shared-github-actions) from 0.0.15 to 0.0.16. - [Commits](https://github.com/project-ncl/shared-github-actions/compare/f7041589cc1ce5e75564bda958cc6e5182c240cd...ef31e53140344cac0421b7211cc0940182409106) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml dependency-version: 0.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-set-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-set-version.yml b/.github/workflows/maven-set-version.yml index 91e0693e5..3dd1ba4cf 100644 --- a/.github/workflows/maven-set-version.yml +++ b/.github/workflows/maven-set-version.yml @@ -18,7 +18,7 @@ jobs: call-maven-set-version-job: permissions: contents: write # needed to push commit and tag back to the repository - uses: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml@f7041589cc1ce5e75564bda958cc6e5182c240cd # v0.0.15 + uses: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml@ef31e53140344cac0421b7211cc0940182409106 # v0.0.16 with: new_version: ${{ inputs.new_version }} ref_for_version: ${{ inputs.ref_for_version }}