commit e2fff6102aa98dcb31c0df10189d4734573b53d2 from: Alisdair MacLeod via: Alisdair MacLeod <131350026+admacleod@users.noreply.github.com> date: Tue Mar 24 18:48:13 2026 UTC Update actions/checkout to v6 v4 uses Node.js 20 which is deprecated on GitHub Actions runners and will be forced to Node.js 24 starting June 2026. Co-Authored-By: Claude Opus 4.6 (1M context) commit - 61e578392ff6b798d3ac93bd416ad55b80b5171d commit + e2fff6102aa98dcb31c0df10189d4734573b53d2 blob - 7e0e5315418eb72fe6b34cb72d69f260eb6fbdf7 blob + e91fcb84df5875e0182fe93a28fa7760973203d7 --- .github/workflows/ci.yml +++ .github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: openbsd: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: vmactions/openbsd-vm@v1