Skip to content

Commit ebad377

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fabbe3 commit ebad377

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/community-enforce-triage-role.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cancel-in-progress: false
2727
steps:
2828
- name: Ensure all members have All-repo triage
29-
uses: actions/github-script@v8
29+
uses: actions/github-script@v9
3030
with:
3131
github-token: ${{ secrets.ORG_INVITE }}
3232
script: |

.github/workflows/community-invite-contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Collect PR authors from multiple Armbian repositories
1818
id: get-contributors
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |
@@ -61,7 +61,7 @@ jobs:
6161
6262
6363
- name: Check if users are already members of Armbian org (display eligible users)
64-
uses: actions/github-script@v8
64+
uses: actions/github-script@v9
6565
with:
6666
github-token: ${{ secrets.ORG_INVITE }}
6767
script: |

.github/workflows/label-pr-on-approval.yml

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

3838
- name: Remove review-related labels
3939
if: ${{ success() }}
40-
uses: actions/github-script@v8
40+
uses: actions/github-script@v9
4141
with:
4242
script: |
4343
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)