diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 49956f636..c897ce6b3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -106,7 +106,7 @@ jobs: - name: Get main branch coverage for comparison if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Find the latest successful coverage run on main that has the baseline artifact @@ -166,7 +166,7 @@ jobs: - name: Post coverage comment on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const prCoverage = parseFloat(process.env.PR_COVERAGE || '0.00'); diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7518c61f9..94887c922 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Find latest successful workflow runs id: find-runs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Find latest successful docs run