feat(github-action): update actions/setup-python (v5.5.0 → v5.6.0) (#124)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-25 22:04:06 +03:00
committed by GitHub
parent 43b434e851
commit 279ab4ac65
2 changed files with 2 additions and 2 deletions

View File

@@ -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'