Skip to content

Commit fd66bb3

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2cd75f commit fd66bb3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-codex-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
1111
steps:
1212
- name: Request Codex review
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
github-token: ${{ secrets.CODEX_PAT }}
1616
script: |

.github/workflows/codex-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Comment on PR to trigger Codex review
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

.github/workflows/preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: frontend
2929

3030
- name: Comment preview URL on PR
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
with:
3333
script: |
3434
const previewUrl = '${{ steps.deploy.outputs.preview-url }}';

0 commit comments

Comments
 (0)