diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index 694dd82..2e9fcbe 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -10,6 +10,6 @@ jobs: assign: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@7709f4bd34c4e32c689572005775ae6834ae4a1a # (latest, untagged) + - uses: toshimaru/auto-author-assign@7e15cd70c245ad136377c3fab3479815df10d844 # (latest, untagged) with: repo-token: ${{ secrets.GITHUB_TOKEN }}