check-issue.yml no longer loudly fails due to the use of actions/checkout@v4 which is no longer supported
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Here we fix this by upgrading actions/checkout@v4 to v6.
check-issue.ymlno longer loudly fails due to the use ofactions/checkout@v4which is no longer supportedHere we fix this by upgrading
actions/checkout@v4to v6.