From 224c38d3177231d9da4621b35256bc393f85d639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:51:29 +0000 Subject: [PATCH] Update pozil/auto-assign-issue action to v4 --- .github/workflows/auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index a38e72ce..e9d77689 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -51,7 +51,7 @@ jobs: - name: Auto-assign ${{github.event == 'pull_request' && 'PR' || 'issue'}} if: ${{steps.assignee.outputs.assignee}} - uses: pozil/auto-assign-issue@v3.0.0 + uses: pozil/auto-assign-issue@v4.0.1 with: assignees: ${{steps.assignee.outputs.assignee}} abortIfPreviousAssignees: true