Skip to content

Commit 0db00a0

Browse files
dependabot[bot]hsbt
authored andcommitted
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 7f82834 commit 0db00a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
command: pages deploy ./_site --project-name=rdoc --branch="${{ github.event.client_payload.pr_number }}-preview"
3737

3838
- name: Comment on PR with preview URL
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
with:
4141
github-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
4242
script: |

.github/workflows/fork-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run-id: ${{ github.event.workflow_run.id }}
2222

2323
- name: Read PR information and trigger deployment
24-
uses: actions/github-script@v8
24+
uses: actions/github-script@v9
2525
with:
2626
script: |
2727
const fs = require('fs');

.github/workflows/pr-preview-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Trigger preview deployment
16-
uses: actions/github-script@v8
16+
uses: actions/github-script@v9
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |

0 commit comments

Comments
 (0)