diff --git a/.github/workflows/gh-release-on-main.yaml b/.github/workflows/gh-release-on-main.yaml index 8123f49..2dd1a72 100644 --- a/.github/workflows/gh-release-on-main.yaml +++ b/.github/workflows/gh-release-on-main.yaml @@ -86,7 +86,7 @@ jobs: - name: Release if: steps.version_increment.outputs.RELEASE == 'true' - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ steps.version_increment.outputs.NEW_TAG }} generate_release_notes: true diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 9da7d5f..cd3dd7f 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -137,7 +137,7 @@ jobs: - name: Manual Release if: inputs.use_semantic_release == false && inputs.tag != '' && inputs.dry_run == false - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ inputs.tag }} generate_release_notes: true