Skip to content

Commit c77bf00

Browse files
Bump actions/github-script from 6 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8ea0a3 commit c77bf00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Check for qualifying mention
2727
id: check
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v8
2929
with:
3030
github-token: ${{ secrets.PAT_FOR_PR }} # Use PAT instead of default token
3131
script: |

.github/workflows/dragon-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Check for qualifying mention
2727
id: check
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v8
2929
with:
3030
github-token: ${{ secrets.PAT_FOR_PR }} # Use PAT instead of default token
3131
script: |

0 commit comments

Comments
 (0)