diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc5d05147c..c74063eea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: .github/.cache/buster-for-binary - name: Create/Update Draft - uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1 + uses: lucacome/draft-release@9e620cf75275b925cc44df78f13f4061f3190693 # v1.2.1 with: minor-label: "enhancement" major-label: "change" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index cda8c79def..fe92ed3f50 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -35,7 +35,7 @@ jobs: - name: Get Release Notes id: notes - uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1 + uses: lucacome/draft-release@9e620cf75275b925cc44df78f13f4061f3190693 # v1.2.1 with: config-path: .github/release-notes.yml dry-run: true