chore: Update outdated GitHub Actions version (#37305)

This commit is contained in:
Pádraic Slattery
2026-01-23 20:07:42 +01:00
committed by GitHub
parent 56cf7a810b
commit 429d9b27f6

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Check if the PR is a draft
id: check-draft
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const isDraft = context.payload.pull_request.draft;