diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 29cd9d2..8d51711 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@c2e2804cc59f45f57076a99af580d0fedb697927 # v7 \ No newline at end of file + - uses: release-drafter/release-drafter/autolabeler@693d20e7c1ce1a81d3a41962f85914253b518449 # v7 \ No newline at end of file diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index fd7f9d4..a3e1909 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -16,6 +16,6 @@ jobs: pull-requests: read steps: # Drafts your next Release notes as Pull Requests are merged into "main" - - uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7 + - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7 with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file