diff --git a/actions/comment/action.yaml b/actions/comment/action.yaml index 5c61a81..fa8d86e 100644 --- a/actions/comment/action.yaml +++ b/actions/comment/action.yaml @@ -17,7 +17,7 @@ runs: run-id: ${{github.event.workflow_run.id }} - name: 'Comment on PR' id: 'comment' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ inputs.GITHUB_TOKEN }} script: | @@ -30,7 +30,7 @@ runs: issue_number: issue_number, body: body }); - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: always() with: script: |