Skip to content

Commit b4103eb

Browse files
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](actions/github-script@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] <support@github.com>
1 parent 8659cfa commit b4103eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-stores.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Check Open PRs for Existing Branch
4141
id: check-branch
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: |
4545
// Look for open pull requests
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Create new PR for the newly created branch
195195
if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
196-
uses: actions/github-script@v7
196+
uses: actions/github-script@v8
197197
with:
198198
script: |
199199
console.log(`Created ${{env.BRANCH_NAME}} `)

0 commit comments

Comments
 (0)