Skip to content

Commit a74b8a8

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
build(deps): 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 a230fe4 commit a74b8a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maintenance-check-board-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: "Comment on PR with missing asset instructions"
152152
if: always() && github.event_name == 'pull_request_target' && steps.validate.outputs.missing == 'true'
153-
uses: actions/github-script@v8
153+
uses: actions/github-script@v9
154154
env:
155155
COMMENT_BODY: ${{ steps.validate.outputs.comment }}
156156
WEBSITE_REPO: ${{ env.WEBSITE_REPO }}

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

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

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

0 commit comments

Comments
 (0)