diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd1ad4dee071..a9cbdc5969fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1228,7 +1228,7 @@ jobs: - name: Create issues for failed jobs if: github.ref == 'refs/heads/develop' && contains(needs.*.result, 'failure') - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { default: run } = await import( diff --git a/.github/workflows/gitflow-merge-conflict.yml b/.github/workflows/gitflow-merge-conflict.yml index 8b31d07afd6a..102d05b6d03b 100644 --- a/.github/workflows/gitflow-merge-conflict.yml +++ b/.github/workflows/gitflow-merge-conflict.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - name: Check for merge conflicts with retry - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const initialDelay = 60_000; // Wait 1 minute before first check to let CI start diff --git a/.github/workflows/pr-review-reminder.yml b/.github/workflows/pr-review-reminder.yml index a4534dad16dc..74cab9997d0a 100644 --- a/.github/workflows/pr-review-reminder.yml +++ b/.github/workflows/pr-review-reminder.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 - name: Remind pending reviewers - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { default: run } = await import(