Skip to content

Commit 6ab22b3

Browse files
ci(deps): bump actions/github-script from 7.1.0 to 9.0.0 (#550)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cb1bf4 commit 6ab22b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/close-issues-on-beta-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Close issues referenced by closing keywords
39-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
39+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4040
with:
4141
script: |
4242
const body = context.payload.pull_request.body || '';

0 commit comments

Comments
 (0)