Skip to content

Commit 1e738e9

Browse files
Bump actions/github-script from 7 to 8 (#973)
* 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] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Harsha Vamsi Kalluri <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harsha Vamsi Kalluri <[email protected]>
1 parent 861bee4 commit 1e738e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/add-untriaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
apply-label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/github-script@v7
11+
- uses: actions/github-script@v8
1212
with:
1313
script: |
1414
github.rest.issues.addLabels({

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3232
- Bump `stefanzweifel/git-auto-commit-action` from 5 to 7 ([#962](https://github.com/opensearch-project/opensearch-py/pull/962))
3333
- Bump `actions/checkout` from 4 to 5 ([#967](https://github.com/opensearch-project/opensearch-py/pull/967))
3434
- Bump `VachaShah/backport` from 1.1.4 to 2.2.0 ([#969](https://github.com/opensearch-project/opensearch-py/pull/969))
35+
- Bump `actions/github-script` from 7 to 8 ([#973](https://github.com/opensearch-project/opensearch-py/pull/973))
3536
- Bump `actions/upload-artifact` from 4 to 5 ([#972](https://github.com/opensearch-project/opensearch-py/pull/972))
3637
- Bump `actions/setup-java` from 4 to 5 ([#974](https://github.com/opensearch-project/opensearch-py/pull/974))
3738

0 commit comments

Comments
 (0)