From 0cf35554450932f7666c5e07eb977f087ada6da6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:54:39 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/cd-stage-k8s.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/preview-cleanup.yml | 2 +- .github/workflows/preview-label.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-stage-k8s.yml b/.github/workflows/cd-stage-k8s.yml index 873eba4d6f..00f0eba46d 100644 --- a/.github/workflows/cd-stage-k8s.yml +++ b/.github/workflows/cd-stage-k8s.yml @@ -92,7 +92,7 @@ jobs: - name: Detect PR number id: pr - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4088bc72a..eb65fdf899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,7 +317,7 @@ jobs: - name: Detect PR number id: pr if: steps.filter.outputs.frontend == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/preview-cleanup.yml b/.github/workflows/preview-cleanup.yml index 76fc50c821..84eb42df16 100644 --- a/.github/workflows/preview-cleanup.yml +++ b/.github/workflows/preview-cleanup.yml @@ -19,7 +19,7 @@ jobs: private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }} - name: Remove preview label from stale PRs - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ steps.generate-token.outputs.token }} script: | diff --git a/.github/workflows/preview-label.yml b/.github/workflows/preview-label.yml index 7324fff6cc..beb46474e5 100644 --- a/.github/workflows/preview-label.yml +++ b/.github/workflows/preview-label.yml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }} - name: Check labels and manage preview - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ steps.generate-token.outputs.token }} script: |