diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e86542da..24770816ee 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@38def8b74645796e9743b53e0f187d4a8915ea3e # v1.2.3 + uses: lucacome/draft-release@00f74370c044c322da6cb52acc707d62c7762c71 # v1.2.4 with: minor-label: "enhancement" major-label: "change" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 41f66ebb26..7646df7566 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@38def8b74645796e9743b53e0f187d4a8915ea3e # v1.2.3 + uses: lucacome/draft-release@00f74370c044c322da6cb52acc707d62c7762c71 # v1.2.4 with: config-path: .github/release-notes.yml dry-run: true