From 919f86f3f02ff522d0d88ba9b5581629a8f784af Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:08:41 -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 dbf04bb3..a6bae541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: npm -v - name: Install Python 2.7 (node <16.x) if: ${{ contains(fromJSON('["10.16.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)