From e48fabc9f75135668476a27efd5e62e7916f73b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:46:04 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-p?= =?UTF-8?q?ython=20(v5.4.0=20=E2=86=92=20v5.5.0)=20(#92)?= 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> --- python-lint-fix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index 2cba0c5..e94e115 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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ inputs.python-version }} cache: 'pip'