Skip to content

Commit e805e78

Browse files
GitHub Action: Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#211)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.23.0 to 5.24.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07e0d29 commit e805e78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ReleaseDrafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build a ${{ env.latest_mu_branch }} Draft
7373
if: ${{ startsWith(github.ref, env.latest_mu_branch_full) }}
7474
id: update_draft_n
75-
uses: release-drafter/release-drafter@v5.23.0
75+
uses: release-drafter/release-drafter@v5.24.0
7676
with:
7777
# Note: Path is relative to .github/
7878
config-name: release-draft-config-n.yml
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build a ${{ env.previous_mu_branch }} Draft
8282
if: ${{ startsWith(github.ref, env.previous_mu_branch_full) }}
8383
id: update_draft_n_1
84-
uses: release-drafter/release-drafter@v5.23.0
84+
uses: release-drafter/release-drafter@v5.24.0
8585
with:
8686
# Note: Path is relative to .github/
8787
config-name: release-draft-config-n-1.yml
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build the New Release Draft
9191
if: ${{ !startsWith(github.ref, 'refs/heads/release') }}
9292
id: update_draft_non_release
93-
uses: release-drafter/release-drafter@v5.23.0
93+
uses: release-drafter/release-drafter@v5.24.0
9494
with:
9595
# Note: Path is relative to .github/
9696
config-name: release-draft-config.yml

0 commit comments

Comments
 (0)