Skip to content

Commit 34ca425

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#1)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f298eaa commit 34ca425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Get PR info
2121
id: pr
22-
uses: actions/github-script@v8
22+
uses: actions/github-script@v9
2323
with:
2424
script: |
2525
const pr = await github.rest.pulls.get({
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Comment on failure
5151
if: failure()
52-
uses: actions/github-script@v8
52+
uses: actions/github-script@v9
5353
with:
5454
script: |
5555
github.rest.issues.createComment({

0 commit comments

Comments
 (0)