diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index 143ea48..3908442 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -27,7 +27,7 @@ jobs: echo "Version set to ${VERSION}" - name: Draft release notes - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7 + uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7 with: tag: ${{ steps.calver.outputs.version }} name: ${{ steps.calver.outputs.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b703bc..2654121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: echo "Version set to ${VERSION}" - name: Draft release notes - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7 + uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7 with: tag: ${{ steps.calver.outputs.version }} name: ${{ steps.calver.outputs.version }}