diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304a9841fa..ac5ae3e03b 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@f15262dc3ac8c3efbf09a8ce5406cd0fc47aabb1 # v1.2.2 + uses: lucacome/draft-release@38def8b74645796e9743b53e0f187d4a8915ea3e # v1.2.3 with: minor-label: "enhancement" major-label: "change" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index b6f560cecd..41f66ebb26 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@f15262dc3ac8c3efbf09a8ce5406cd0fc47aabb1 # v1.2.2 + uses: lucacome/draft-release@38def8b74645796e9743b53e0f187d4a8915ea3e # v1.2.3 with: config-path: .github/release-notes.yml dry-run: true