chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#7390)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-27 09:13:50 +01:00
committed by Pepe Fagoaga
parent 376ec4c73b
commit fc3ee5534d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"