diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 324fb33..47cc7bd 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@eada3c96a64734dd381cfbda23511034e328ddb0 # v7 \ No newline at end of file + - uses: release-drafter/release-drafter/autolabeler@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7 \ No newline at end of file diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index e908008..4d716e3 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@eada3c96a64734dd381cfbda23511034e328ddb0 # v7 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7 with: token: ${{ secrets.GITHUB_TOKEN }}