From 0ef64c0c2c6b27fc3ef3a6ad07c1a0aae668ee19 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:31:55 -0400 Subject: [PATCH] ci: migrate LizardByte/setup-python-action LizardByte/setup-python-action is deprecated and has moved to LizardByte/actions. --- .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 609feec..daed175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: npm -v - name: Install Python 2.7 (node <16.x) if: ${{ contains(fromJSON('["10.7.0", "10.x", "12.x", "14.x"]'), matrix.node-version) }} - uses: LizardByte/setup-python-action@v2024.1105.190605 + uses: LizardByte/actions/actions/setup_python@v2025.715.25226 with: python-version: '2.7' - name: Use Python 2.7 (node <16.x)