From 879ed08fa4097fdfa5ef2497f92fbc62dda41865 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:15:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/update-llms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-llms.yml b/.github/workflows/update-llms.yml index 7b036e6..98ea991 100644 --- a/.github/workflows/update-llms.yml +++ b/.github/workflows/update-llms.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" cache: "pip"