Skip to content

Commit 6e34e67

Browse files
Infrastructure: Bump actions/github-script from 6 to 7 (#2863)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- 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 4dfeabf commit 6e34e67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node test/util/report.js >> coverage.log || true
3434
3535
- name: Comment on PR
36-
uses: actions/github-script@v6
36+
uses: actions/github-script@v7
3737
with:
3838
github-token: ${{secrets.GITHUB_TOKEN}}
3939
script: |

.github/workflows/wai-trigger-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Trigger wai-aria-practices update
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
with:
2222
github-token: ${{ secrets.GH_TOKEN }}
2323
script: |

.github/workflows/wai-trigger-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: refs/pull/${{ github.event.pull_request.number }}/head
2626

2727
- name: Trigger wai-aria-practices PR update
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v7
2929
env:
3030
APG_BRANCH: ${{ github.head_ref }}
3131
APG_SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)