diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index cf637fc3..d9f3eb9d 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@v1.2.0 + - uses: toshimaru/auto-author-assign@v1.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"