From 36612d0c9471a060084415f2c48d707b2968bf71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:40:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b43619b..65fc480 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: fi - if: steps.check-python.outputs.installed == 'false' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x'