From f01784ba58befdcccd1908db9f7b835ff7a7449a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:22:56 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-tag-on-merge.yml | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-tag-on-merge.yml b/.github/workflows/create-tag-on-merge.yml index ce181dbb..1435a346 100644 --- a/.github/workflows/create-tag-on-merge.yml +++ b/.github/workflows/create-tag-on-merge.yml @@ -30,7 +30,7 @@ jobs: - name: Check for associated pull request and auto-deploy label id: should-deploy - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/action.yml b/action.yml index 1cb5e90c..d17cc9a3 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - name: Escape single quotes id: safe-strings - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: BASE_REF_ARG: ${{ inputs.base_ref }} HEAD_REF_ARG: ${{ inputs.head_ref }} @@ -84,7 +84,7 @@ runs: } - name: Get condition variables - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: IS_NON_COMMIT_ARG: ${{ fromJSON(fromJSON(inputs.client_payload)).isNonCommitEvent }} ENABLE_CACHE_ARG: ${{ env.ENABLE_CACHE }} @@ -119,7 +119,7 @@ runs: path: code/output - name: Check if download cache artifact failed - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: ARTIFACT_OUTCOME_ARG: ${{ steps.download-cache.outcome }} ARTIFACT_OUTCOME_CM_REPO_ARG: ${{ steps.download-cache-for-cm-repo.outcome }}