diff --git a/.github/workflows/gym.yml b/.github/workflows/gym.yml index 2cc57acc..63f69f67 100644 --- a/.github/workflows/gym.yml +++ b/.github/workflows/gym.yml @@ -189,7 +189,7 @@ jobs: - name: Comment gate summary on PR regression if: github.event_name == 'pull_request' && failure() && steps.gym-run.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('node:fs');