Skip to content

Commit 0e7eb71

Browse files
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...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 ecc0d9c commit 0e7eb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-e-books.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Add a comment with a link to the generated artifacts.
4545
# For forked PRs the token is read-only; skip commenting to avoid failures.
4646
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
47-
uses: actions/github-script@v8
47+
uses: actions/github-script@v9
4848
env:
4949
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
5050
with:

0 commit comments

Comments
 (0)