From 41cba4076ecec1d1118f06d9670fcbc56d416899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:00:52 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/setup-python?= =?UTF-8?q?=20(v5.6.0=20=E2=86=92=20v6.0.0)=20(#248)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr-lint/action.yml | 2 +- python-lint-fix/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 57f2e06..9a49a6f 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -106,7 +106,7 @@ runs: - name: Setup Python if: steps.detect-python.outputs.found == 'true' - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: cache: 'pip' diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index abec874..a30d237 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -49,7 +49,7 @@ runs: using: composite steps: - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ inputs.python-version }} cache: 'pip'