Skip to content

Commit ee66302

Browse files
Bump actions/github-script from 4 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0cb68c commit ee66302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoResponseToContribution.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
welcome:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/github-script@v4
9+
- uses: actions/github-script@v7
1010
with:
1111
script: |
1212
// Get a list of all issues created by the PR opener

.github/workflows/autoResponseToIssue.yaml

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

0 commit comments

Comments
 (0)