diff --git a/.github/workflows/pull-request-assignee.yml b/.github/workflows/pull-request-assignee.yml index 1482a8f..472509d 100644 --- a/.github/workflows/pull-request-assignee.yml +++ b/.github/workflows/pull-request-assignee.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Assign PR creator - uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1.0.0 - Not Verified + uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.1 - Not Verified with: github_token: ${{ secrets.github_token }} assignees: ${{ inputs.assignees }}