Skip to content

Commit 092ffd9

Browse files
authored
Merge pull request #22 from cmbuckley/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 4a4c852 + 19e1d3f commit 092ffd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
body: 'Updates role to match CV repository. See full diff: ${{ github.event.compare }}'
9898
- name: Check Pull Request
9999
if: steps.pull-request.outputs.pull-request-operation == ''
100-
uses: actions/github-script@v7
100+
uses: actions/github-script@v8
101101
with:
102102
script: core.setFailed('No Pull Request was created')

0 commit comments

Comments
 (0)