diff --git a/.github/workflows/semantic_pr_check.yml b/.github/workflows/semantic_pr_check.yml index 44eaa608..2b1a5794 100644 --- a/.github/workflows/semantic_pr_check.yml +++ b/.github/workflows/semantic_pr_check.yml @@ -50,7 +50,7 @@ jobs: - name: Check for "do not merge" in PR title if: ${{ github.event.pull_request.draft == false }} - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const title = context.payload.pull_request.title.toLowerCase();