Skip to content

Commit

Permalink
Merge pull request #112 from Keyfactor/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-7

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
spbsoluble authored Dec 8, 2023
2 parents 0f4413a + ffd114c commit e9f0fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-stores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "KFUTIL_ARG=${{ github.event.client_payload.targetRepo }}" | tee -a $GITHUB_ENV
- name: Check Open PRs for Existing Branch
id: check-branch
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
// Look for open pull requests
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

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

0 comments on commit e9f0fff

Please sign in to comment.