From 713957bc4244e021cdb562062cba12d629ff35be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:22:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/actions/pretest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pretest/action.yml b/.github/actions/pretest/action.yml index 49e6b4f813f..446f4d7828d 100644 --- a/.github/actions/pretest/action.yml +++ b/.github/actions/pretest/action.yml @@ -18,7 +18,7 @@ runs: shell: bash - name: Setup python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: '3.13'