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

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-03-25 11:46:04 +00:00
committed by GitHub
parent 09fe03ad60
commit e48fabc9f7

View File

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