diff --git a/.github/workflows/ensure-blocking-pr-labels-absent.yml b/.github/workflows/ensure-blocking-pr-labels-absent.yml index 5e0c0b68d80..d3bceb3ee62 100644 --- a/.github/workflows/ensure-blocking-pr-labels-absent.yml +++ b/.github/workflows/ensure-blocking-pr-labels-absent.yml @@ -20,7 +20,7 @@ jobs: with: is-high-risk-environment: false - name: Run command - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | if (context.payload.pull_request.labels.some((label) => label.name === 'DO-NOT-MERGE')) {