Skip to content

Commit e6e40d0

Browse files
committed
chore: update release drafter to version 6 to address node 16 deprecation warning
1 parent b003846 commit e6e40d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Label pull request
16-
uses: release-drafter/release-drafter@v5
16+
uses: release-drafter/release-drafter@v6
1717
with:
1818
disable-releaser: true
1919
env:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Draft release
23-
uses: release-drafter/release-drafter@v5
23+
uses: release-drafter/release-drafter@v6
2424
with:
2525
config-name: release-drafter.yml
2626
commitish: ${{ inputs.sha || github.sha }}

0 commit comments

Comments
 (0)