Skip to content

Commit ffd114c

Browse files
chore(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da8e1b5 commit ffd114c

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
@@ -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@v6
33+
uses: actions/github-script@v7
3434
with:
3535
script: |
3636
// Look for open pull requests
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Create new PR for the newly created branch
177177
if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
178-
uses: actions/github-script@v6
178+
uses: actions/github-script@v7
179179
with:
180180
script: |
181181
console.log(`Created ${{env.KFUTIL_ARG}} `)

0 commit comments

Comments
 (0)