Skip to content

Commit 4877fcc

Browse files
Bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...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>
1 parent 35f1f2d commit 4877fcc

5 files changed

Lines changed: 43 additions & 43 deletions

File tree

.github/workflows/agent_.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Search for Repository
1919
id: search
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v9
2121
with:
2222
script: |
2323
const owner = context.repo.owner;
@@ -40,7 +40,7 @@ jobs:
4040
core.setOutput("message", message);
4141
4242
- name: Comment on issue with results
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v9
4444
with:
4545
script: |
4646
const body = `### 🔍 Automated Search Results\n${process.env.SEARCH_MESSAGE}`;

.github/workflows/check-if-merged-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Check if this commit is from a merged PR
2424
id: check-pr
25-
uses: actions/github-script@v8
25+
uses: actions/github-script@v9
2626
with:
2727
result-encoding: string
2828
script: |

.github/workflows/documentation.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/mentionsActions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: "Create Comment"
1818
if: contains(github.event.comment.body, '@github-actions')
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
script: |
2222
github.rest.issues.createComment({

0 commit comments

Comments
 (0)