diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 8f5de6e..129d599 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@v3.0.3 + - uses: toshimaru/auto-author-assign@v3.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"