From fcd660528df12e8084a467ed6fc38430a0b04221 Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:25:01 +0000 Subject: [PATCH] chore(ci): update cached-lfs-checkout from deprecated node 20 version Follow-up to #9149. Missed this one because it wasn't directly named in the deprecation notice; it's a transitive use of other old actions. --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1d206127b17..1dc91105103 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -66,7 +66,7 @@ jobs: steps: - name: checkout # https://github.com/nschloe/action-cached-lfs-checkout - uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2 + uses: nschloe/action-cached-lfs-checkout@385a8ecc719e50b8c71af6ab01a624b486b7c3bc - name: check for changed python files if: ${{ inputs.always_run != true }}