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 }}