From 64567ef522eba543a2aff8411649fa2a14cd70c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:08:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- setup-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-python/action.yml b/setup-python/action.yml index 3cee10b..e68d827 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 id: setup-python with: python-version: ${{ inputs.python-version }}