diff --git a/workflow-templates/maven-release-v2.yaml b/workflow-templates/maven-release-v2.yaml index 5fe04e2..f7ca8b3 100644 --- a/workflow-templates/maven-release-v2.yaml +++ b/workflow-templates/maven-release-v2.yaml @@ -72,7 +72,7 @@ jobs: packages: write steps: - name: "Build and Publish current SNAPSHOT (dry run)" - uses: netcracker/qubership-workflow-hub/actions/maven-release@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 + uses: netcracker/qubership-workflow-hub/actions/maven-release@b6bee6f61fdc8b367777c1173fc852a58878a6a7 #v2.5.0 with: version-type: ${{ github.event.inputs.version-type }} ref: ${{ github.ref }} @@ -107,7 +107,7 @@ jobs: - name: "Build and Publish" id: build-and-publish - uses: netcracker/qubership-workflow-hub/actions/maven-release@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 + uses: netcracker/qubership-workflow-hub/actions/maven-release@b6bee6f61fdc8b367777c1173fc852a58878a6a7 #v2.5.0 with: version-type: ${{ github.event.inputs.version-type }} ref: ${{ github.ref }}