diff --git a/.github/workflows/template_merge_block.yml b/.github/workflows/template_merge_block.yml index 6418b6d0..e33fb735 100644 --- a/.github/workflows/template_merge_block.yml +++ b/.github/workflows/template_merge_block.yml @@ -38,7 +38,7 @@ jobs: - name: Delete Comment if: inputs.comment && !contains(github.event.pull_request.labels.*.name, inputs.label) && steps.comment.outputs.comment-id != '' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |