Skip to content

Commit

Permalink
bump github-script to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Feb 27, 2024
1 parent b7267c1 commit d56ecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "nightly_status=failed" >> $GITHUB_ENV
- name: Comment on PR for Nightly Failure
if: env.nightly_status == 'failed' && github.event_name == 'pull_request'
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit d56ecdc

Please sign in to comment.