Skip to content

Commit 31aa625

Browse files
Bump actions/github-script from 7 to 9 (#327)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91fadf3 commit 31aa625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
# Forked PRs get a read-only token and cannot comment; the run summary covers them.
163163
- name: Post sticky PR comment
164164
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
165-
uses: actions/github-script@v7
165+
uses: actions/github-script@v9
166166
with:
167167
script: |
168168
const fs = require('fs');

0 commit comments

Comments
 (0)