diff --git a/.github/workflows/offline-guarantee.yml b/.github/workflows/offline-guarantee.yml index fb7052f..08d7b82 100644 --- a/.github/workflows/offline-guarantee.yml +++ b/.github/workflows/offline-guarantee.yml @@ -109,7 +109,7 @@ jobs: if: always() - name: Comment PR with offline status - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && always() with: script: | diff --git a/.github/workflows/performance-regression.yml b/.github/workflows/performance-regression.yml index fa9aebb..072c5d2 100644 --- a/.github/workflows/performance-regression.yml +++ b/.github/workflows/performance-regression.yml @@ -81,7 +81,7 @@ jobs: if: always() - name: Comment PR with results - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && always() with: script: |