Skip to content

Commit

Permalink
Merge pull request #13 from cmbuckley/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
cmbuckley authored Nov 14, 2023
2 parents b255d56 + 0e1c46a commit bc78d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
body: 'Updates role to match CV repository. See full diff: ${{ github.repository }}@${{ github.ref }}'
- name: Check Pull Request
if: steps.pull-request.outputs.pull-request-operation == ''
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setFailed('No Pull Request was created')

0 comments on commit bc78d97

Please sign in to comment.