diff --git a/.github/workflows/block-dart-skills-prs.yaml b/.github/workflows/block-dart-skills-prs.yaml index 018547ef..e8ee6de9 100644 --- a/.github/workflows/block-dart-skills-prs.yaml +++ b/.github/workflows/block-dart-skills-prs.yaml @@ -18,7 +18,7 @@ jobs: github.event.pull_request.head.ref != 'automation/sync-dart-skills' steps: - name: Fail Action and Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prNumber = context.payload.pull_request.number;