Skip to content

Commit 22fe033

Browse files
Bump actions/github-script from 7 to 8 (#36157)
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 7bee72f commit 22fe033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assign_milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 2
3737

38-
- uses: actions/github-script@v7
38+
- uses: actions/github-script@v8
3939
with:
4040
script: |
4141
const fs = require('fs')

.github/workflows/self-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ !github.event.issue.pull_request }}
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/github-script@v7
28+
- uses: actions/github-script@v8
2929
with:
3030
script: |
3131
const body = context.payload.comment.body.replace( /\r\n/g, " " ).replace( /\n/g, " " ).split(' ');

0 commit comments

Comments
 (0)