diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index c253362..6f45676 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -16,4 +16,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7 \ No newline at end of file + - uses: release-drafter/release-drafter/autolabeler@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7 \ No newline at end of file diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 197562b..f98ac01 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -13,6 +13,6 @@ jobs: pull-requests: read steps: # Drafts your next Release notes as Pull Requests are merged into "main" - - uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7 + - uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7 with: token: ${{ secrets.GITHUB_TOKEN }}