From d56ecdc937c1864491f5cc40b53a4d205b4c40b3 Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Tue, 27 Feb 2024 14:07:44 -0500 Subject: [PATCH] bump github-script to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91588ed..44fe1e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: echo "nightly_status=failed" >> $GITHUB_ENV - name: Comment on PR for Nightly Failure if: env.nightly_status == 'failed' && github.event_name == 'pull_request' - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |