diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index c5f9969cba..5e13a34d9f 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -33,7 +33,7 @@ jobs: node test/util/report.js >> coverage.log || true - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/wai-trigger-deploy.yml b/.github/workflows/wai-trigger-deploy.yml index 5a4a4f2597..985f25b648 100644 --- a/.github/workflows/wai-trigger-deploy.yml +++ b/.github/workflows/wai-trigger-deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - name: Trigger wai-aria-practices update - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.W3CGRUNTBOT_TOKEN }} script: | diff --git a/.github/workflows/wai-trigger-pr.yml b/.github/workflows/wai-trigger-pr.yml index 98acc8baac..de915bf8d2 100644 --- a/.github/workflows/wai-trigger-pr.yml +++ b/.github/workflows/wai-trigger-pr.yml @@ -25,7 +25,7 @@ jobs: ref: refs/pull/${{ github.event.pull_request.number }}/head - name: Trigger wai-aria-practices PR update - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: APG_BRANCH: ${{ github.head_ref }} APG_SHA: ${{ github.event.pull_request.head.sha }}