Skip to content

Commit 8479da6

Browse files
authored
Merge pull request #916 from 0xAX/dependabot/github_actions/actions/github-script-9
build(deps): bump actions/github-script from 8 to 9
2 parents ecc0d9c + 0e7eb71 commit 8479da6

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)