Skip to content

Commit 7e5a522

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...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] <support@github.com>
1 parent 6410cd2 commit 7e5a522

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Check if PR is from main branch of fork
2828
id: check-main-branch
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v8
3030
with:
3131
script: |
3232
const pr = context.payload.pull_request;
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Post comment about main branch submission
7171
if: steps.check-main-branch.outputs.is_fork == 'true' && steps.check-main-branch.outputs.is_from_main == 'true'
72-
uses: actions/github-script@v7
72+
uses: actions/github-script@v8
7373
with:
7474
script: |
7575
const pr = context.payload.pull_request;
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Post info about organization account
124124
if: steps.check-main-branch.outputs.is_from_org == 'true' && steps.check-main-branch.outputs.is_fork == 'true' && steps.check-main-branch.outputs.head_owner_login != steps.check-main-branch.outputs.base_owner_login
125-
uses: actions/github-script@v7
125+
uses: actions/github-script@v8
126126
with:
127127
script: |
128128
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)