Skip to content

Commit adb45ee

Browse files
authored
Merge pull request #154 from github-community-projects/dependabot/github_actions/dependencies-24b7a65592
chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 in the dependencies group
2 parents 944d6ea + ba6090c commit adb45ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2323
with:
2424
egress-policy: audit
25-
- uses: release-drafter/release-drafter/autolabeler@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
25+
- uses: release-drafter/release-drafter/autolabeler@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0
2626
with:
2727
config-name: ${{ inputs.config-name }}
2828
token: ${{ secrets.github-token }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: true # Required for git push of tags
108108
- name: Draft release
109109
id: release-drafter
110-
uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
110+
uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0
111111
with:
112112
config-name: ${{ inputs.release-config-name }}
113113
publish: false

0 commit comments

Comments
 (0)