Skip to content

Commit 70ed70c

Browse files
build(deps): bump actions/github-script from 7 to 8 (#1949)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d61e2f commit 70ed70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-respond-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
direction: last
5959

6060
- name: Create Comment Body
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
id: create_body
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
direction: last
5858

5959
- name: Create Comment Body
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v8
6161
id: create_body
6262
with:
6363
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)