Bump actions/setup-python from 5.0.0 to 5.2.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0a5c615913...f677139bbe)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-02 08:07:52 +00:00 committed by GitHub
parent 39bcecf455
commit c8bfb76cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,7 @@ jobs:
# cd integration
# mvn -B verify
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
if: ${{ matrix.build_system == 'python' }}
with:
python-version: ${{ matrix.python_version }}