diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index 99afa41..b0cb325 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -6,6 +6,6 @@ jobs: assign: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@f2c59816e2f484d3daf7f3cc096d28cb351573e0 # (latest, untagged) + - uses: toshimaru/auto-author-assign@e41b64352f3ca8708792e04f58140ba6120d666b # (latest, untagged) with: repo-token: ${{ secrets.GITHUB_TOKEN }}