From 5cff0678eb29742ba5de85306155a748887b9d47 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Mon, 18 May 2026 17:05:35 -0500 Subject: [PATCH] Bump actions/setup-python to v6 (#825) v5 runs on Node.js 20, which GitHub is forcing onto Node 24 on June 2, 2026 and removing entirely on September 16, 2026. v6 is the Node 24 release. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d02462542b..b1e6dfb0b1 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.x - uses: actions/cache@v5