diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 9b3eaf9..98f5a88 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: toshimaru/auto-author-assign@v1.2.0 + - uses: toshimaru/auto-author-assign@v1.6.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"