From c6ac6b71f92683d4b351f9af5ff24b7349d69eab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:42:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/update-from-submodule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-from-submodule.yml b/.github/workflows/update-from-submodule.yml index e8b7985..cc3146f 100644 --- a/.github/workflows/update-from-submodule.yml +++ b/.github/workflows/update-from-submodule.yml @@ -42,7 +42,7 @@ jobs: trust_level: 5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x'