Skip to content

Commit 6bdb5a5

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 2f44792 commit 6bdb5a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-stores.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "KFUTIL_ARG=${{ github.event.client_payload.targetRepo }}" | tee -a $GITHUB_ENV
3131
- name: Check Open PRs for Existing Branch
3232
id: check-branch
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
// Look for open pull requests
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Create new PR for the newly created branch
186186
if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
187-
uses: actions/github-script@v7
187+
uses: actions/github-script@v8
188188
with:
189189
script: |
190190
console.log(`Created ${{env.KFUTIL_ARG}} `)

0 commit comments

Comments
 (0)