diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index d6358a4..33a41c9 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,6 +8,6 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v2.0.1 + - uses: toshimaru/auto-author-assign@v2.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"