Bump actions/github-script to v7

This commit is contained in:
Deluan 2024-05-10 16:00:21 -04:00 committed by Joe Stump
parent 0f713e20af
commit 67b997f772
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -8,7 +8,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v7
with:
# This snippet is public-domain, taken from
# https://github.com/oprypin/nightly.link/blob/master/.github/workflows/pr-comment.yml