From f2a8cd67772647b2bb67258973b85f49f2a345f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:38:47 +0200 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 9 (#112) --- .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 3513aca..82c7e1e 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -14,7 +14,7 @@ jobs: issues: write steps: - name: Assign issue to owner - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.addAssignees({