From 3dc85ffd7a617bd784da9b4840091a2f5d78bce4 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:25:15 -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 6574b4f..abb939c 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.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)