diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index f7b32ba..c85cd75 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@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7 \ No newline at end of file + - uses: release-drafter/release-drafter/autolabeler@73b95fa1c286dfd6802a4f949b07dad6149f2b0f # v7 \ No newline at end of file diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 0e67d19..9517a8e 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@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7 + - uses: release-drafter/release-drafter@73b95fa1c286dfd6802a4f949b07dad6149f2b0f # v7 with: token: ${{ secrets.GITHUB_TOKEN }}