From dde62f44c77a982be249ef70de8cc955b7e48098 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Mon, 21 Oct 2024 07:49:18 -0500 Subject: [PATCH] Sigh --- .github/workflows/nightly_pr_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_pr_comment.yml b/.github/workflows/nightly_pr_comment.yml index 0c120ffe2..e8886e971 100644 --- a/.github/workflows/nightly_pr_comment.yml +++ b/.github/workflows/nightly_pr_comment.yml @@ -10,7 +10,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v6 with: script: | const {owner, repo} = context.repo; @@ -62,4 +62,4 @@ jobs: } else { core.info(`Creating a comment`); await github.rest.issues.createComment({repo, owner, issue_number, body}); - } \ No newline at end of file + }