Skip to content

Commit b9586f9

Browse files
Bump actions/github-script from 3 to 6 (PowerShell#17842)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78757fa commit b9586f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: Extract backport target branch
17-
uses: actions/github-script@v3
17+
uses: actions/github-script@v6
1818
id: target-branch-extractor
1919
with:
2020
result-encoding: string
@@ -28,7 +28,7 @@ jobs:
2828
2929
return target_branch[1];
3030
- name: Post backport started comment to pull request
31-
uses: actions/github-script@v3
31+
uses: actions/github-script@v6
3232
with:
3333
script: |
3434
const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Post rebase started comment to pull request
19-
uses: actions/github-script@v3
19+
uses: actions/github-script@v6
2020
with:
2121
script: |
2222
const backport_start_body = `Started rebase: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;

0 commit comments

Comments
 (0)