From f5a0d7d6ab7ac52b8e5d7d35e6d0ef1bf890078e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:48:00 +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.16 to 0.0.18. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/ef31e53140344cac0421b7211cc0940182409106...153b97777335953545bc8a907eb5f062af66b7f2) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml dependency-version: 0.0.18 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 3dd1ba4c..62f243e2 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@ef31e53140344cac0421b7211cc0940182409106 # v0.0.16 + uses: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml@153b97777335953545bc8a907eb5f062af66b7f2 # v0.0.18 with: new_version: ${{ inputs.new_version }} ref_for_version: ${{ inputs.ref_for_version }}