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