From 0773693322f5ba6de17e625dbbf04c41bd3f03da Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:00:00 +0000 Subject: [PATCH] Update actions/github-script action to v9 Signed-off-by: mend-for-github-com[bot] --- .github/workflows/add-untriaged.yml | 2 +- .github/workflows/delete_backport_branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-untriaged.yml b/.github/workflows/add-untriaged.yml index 864fd26d..66bf0abb 100644 --- a/.github/workflows/add-untriaged.yml +++ b/.github/workflows/add-untriaged.yml @@ -8,7 +8,7 @@ jobs: apply-label: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 with: script: | github.rest.issues.addLabels({ diff --git a/.github/workflows/delete_backport_branch.yml b/.github/workflows/delete_backport_branch.yml index be2dffd5..1787c309 100644 --- a/.github/workflows/delete_backport_branch.yml +++ b/.github/workflows/delete_backport_branch.yml @@ -12,7 +12,7 @@ jobs: if: startsWith(github.event.pull_request.head.ref,'backport/') || startsWith(github.event.pull_request.head.ref,'release-chores/') steps: - name: Delete merged branch - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.git.deleteRef({