diff --git a/.github/workflows/automatic-release.yaml b/.github/workflows/automatic-release.yaml index bbee0c1..c877f81 100644 --- a/.github/workflows/automatic-release.yaml +++ b/.github/workflows/automatic-release.yaml @@ -39,7 +39,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: zwaldowski/semver-release-action@v4 + - uses: zwaldowski/semver-release-action@v6 id: version with: bump: ${{ needs.get-labels.outputs.labels }}