Update actions/github-script action to v8
This commit is contained in:
parent
dc79e7438c
commit
70649d5e3e
3 changed files with 5 additions and 5 deletions
2
.github/workflows/fork-pr-notice.yml
vendored
2
.github/workflows/fork-pr-notice.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
if: github.event.pull_request.base.repo.full_name != github.event.pull_request.head.repo.full_name
|
||||
steps:
|
||||
- name: Add auto-generated commit warning
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.createComment({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue