Commit Diff
- Commit:
e2fff6102aa98dcb31c0df10189d4734573b53d2- From:
- Alisdair MacLeod <git@alisdairmacleod.co.uk>
- Via:
- Alisdair MacLeod <131350026+admacleod@users.noreply.github.com>
- Date:
- Message:
- 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) <noreply@anthropic.com>
- Actions:
- Patch | Tree
--- .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
