From 279ab4ac65d73b63b72f4a4064149b885b1ab134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:04:06 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-p?= =?UTF-8?q?ython=20(v5.5.0=20=E2=86=92=20v5.6.0)=20(#124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 d38c018..d758c96 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -94,7 +94,7 @@ runs: - name: Setup Python if: steps.detect-python.outputs.found == 'true' - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: cache: 'pip' diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index 90e9af7..ebf22d0 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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: ${{ inputs.python-version }} cache: 'pip'