diff --git a/.github/workflows/arch_diff.yml b/.github/workflows/arch_diff.yml index 8ed88c12..84b470f3 100644 --- a/.github/workflows/arch_diff.yml +++ b/.github/workflows/arch_diff.yml @@ -62,7 +62,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'); diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a5bbc1f1..4a2c95f4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,7 +51,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');