Skip to content

Commit e9f0fff

Browse files
authored
Merge pull request #112 from Keyfactor/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 6 to 7
2 parents 0f4413a + ffd114c commit e9f0fff

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)