From b4103ebe5ea61d19dd4d96fcff2981f5673c086a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:25:06 +0000 Subject: [PATCH] chore(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/update-stores.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-stores.yml b/.github/workflows/update-stores.yml index 1330fe9..3ebdd89 100644 --- a/.github/workflows/update-stores.yml +++ b/.github/workflows/update-stores.yml @@ -39,7 +39,7 @@ jobs: - name: Check Open PRs for Existing Branch id: check-branch - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // Look for open pull requests @@ -193,7 +193,7 @@ jobs: - name: Create new PR for the newly created branch if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | console.log(`Created ${{env.BRANCH_NAME}} `)