Skip to content

Commit cd7bc01

Browse files
Bump actions/github-script from 8 to 9 (#595)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rémi Thériault <13123390+rempsyc@users.noreply.github.com>
1 parent 6bea567 commit cd7bc01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Wait for PR (and setup labels) up to 3 min
4949
id: wait_pr
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
github-token: ${{ github.token }}
5353
script: |

.github/workflows/copy-issue-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Sync labels to linked PRs (with short wait for PR to appear)
23-
uses: actions/github-script@v8
23+
uses: actions/github-script@v9
2424
with:
2525
github-token: ${{ github.token }}
2626
script: |

0 commit comments

Comments
 (0)