Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitflow-merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading