diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00d8b4af4a..58fba93188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: .github/.cache/buster-for-binary - name: Create/Update Draft - uses: lucacome/draft-release@8a63d32c79a171ae6048e614a8988f0ac3ed56d4 # v1.1.0 + uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1 with: minor-label: "enhancement" major-label: "change" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 9fde5b7e86..a232e19078 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@8a63d32c79a171ae6048e614a8988f0ac3ed56d4 # v1.1.0 + uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1 with: config-path: .github/release-notes.yml dry-run: true