aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly_pr_comment.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nightly_pr_comment.yml')
-rw-r--r--.github/workflows/nightly_pr_comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly_pr_comment.yml b/.github/workflows/nightly_pr_comment.yml
index 0ab77b17..f6d52de1 100644
--- a/.github/workflows/nightly_pr_comment.yml
+++ b/.github/workflows/nightly_pr_comment.yml
@@ -8,7 +8,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@v3
+ - uses: actions/github-script@v6
with:
script: |
const {owner, repo} = context.repo;