From 386173cf24cdb42521d082a7222f6d0364c3a3c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:31:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/sync-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-requirements.yml b/.github/workflows/sync-requirements.yml index 9dfd030..0f601f7 100644 --- a/.github/workflows/sync-requirements.yml +++ b/.github/workflows/sync-requirements.yml @@ -31,7 +31,7 @@ jobs: version: "latest" - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version"