diff --git a/.github/workflows/agent-verify.yml b/.github/workflows/agent-verify.yml index c91f7e7..c82681f 100644 --- a/.github/workflows/agent-verify.yml +++ b/.github/workflows/agent-verify.yml @@ -13,7 +13,7 @@ jobs: with: project-url: https://github.com/orgs/host-uk/projects/2 github-token: ${{ secrets.PROJECT_TOKEN }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | await github.rest.issues.createComment({ @@ -26,7 +26,7 @@ jobs: if: github.event.label.name == 'verified' || github.event.label.name == 'verify-failed' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const timeline = await github.rest.issues.listEventsForTimeline({ diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0d3ff49..8963b0a 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -362,7 +362,7 @@ jobs: - name: Comment on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');