From 66635e334b3eab8b7d8831af82d962c325a470f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:02:52 +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.18. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/f7041589cc1ce5e75564bda958cc6e5182c240cd...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 91e0693e5..62f243e21 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@153b97777335953545bc8a907eb5f062af66b7f2 # v0.0.18 with: new_version: ${{ inputs.new_version }} ref_for_version: ${{ inputs.ref_for_version }}