Skip to content

Commit a08a6e9

Browse files
build(deps): bump actions/github-script from 7.1.0 to 9.0.0 (#4828)
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 7ea6216 commit a08a6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/close-single-word-issues.yml

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

1515
steps:
1616
- name: Close Single-Word Issue
17-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
17+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |

0 commit comments

Comments
 (0)