From 65e5360e075c4f35debaedf842e931c79b3488f0 Mon Sep 17 00:00:00 2001 From: Mark Shust Date: Wed, 3 Jun 2026 10:53:26 -0400 Subject: [PATCH] ci: bump actions/checkout to v6 in readme drift check v4 runs on Node 20, which GitHub deprecated 2025-09-19 and will remove from runners on 2026-09-16. v6 runs on Node 24 and matches the version already used by the other workflows in this repo (deploy-docs, split, sync-issue-templates). Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/readme-package-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-package-check.yml b/.github/workflows/readme-package-check.yml index ae437c42..a9a097ac 100644 --- a/.github/workflows/readme-package-check.yml +++ b/.github/workflows/readme-package-check.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run drift check run: bin/check-readme-packages.sh