diff --git a/.github/workflows/quality.issue.yml b/.github/workflows/quality.issue.yml index 095139b5179..7bfc83d8b41 100644 --- a/.github/workflows/quality.issue.yml +++ b/.github/workflows/quality.issue.yml @@ -25,7 +25,7 @@ jobs: if: needs.quality.outputs.check == 'true' runs-on: ubuntu-latest steps: - - uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1.0.0 + - uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.1 with: github_token: ${{ secrets.github_token }} assignees: ${{ github.event.issue.user.login }}