From 3efa0c895cc5528dd55f6d38628b526b39707c50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:05:58 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/get_values.yaml | 2 +- .github/workflows/sync_branches.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_values.yaml b/.github/workflows/get_values.yaml index 83eacad..5ae09e0 100644 --- a/.github/workflows/get_values.yaml +++ b/.github/workflows/get_values.yaml @@ -62,7 +62,7 @@ jobs: echo "clean_branch_name_with_suffix=${CLEAN_BRANCH_NAME_WITH_SUFFIX}" >> $GITHUB_OUTPUT - name: get last commit author - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: get_commit_author with: result-encoding: string diff --git a/.github/workflows/sync_branches.yaml b/.github/workflows/sync_branches.yaml index 15d83d7..b124af9 100644 --- a/.github/workflows/sync_branches.yaml +++ b/.github/workflows/sync_branches.yaml @@ -38,7 +38,7 @@ jobs: run: npm i @octokit/rest@v19 - name: open and merge pull request - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: GIT_HUB_TOKEN: ${{ secrets.githubToken }} with: