Bump actions/setup-python from 5.1.0 to 5.2.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.2.0)

---
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>
pull/243/head
dependabot[bot] 2024-09-08 17:29:16 +00:00 zatwierdzone przez GitHub
rodzic 55a78c85f4
commit fc5db68bb1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ jobs:
sparse-checkout: | sparse-checkout: |
docs docs
- name: Setup python - name: Setup python
uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.2.0
with: with:
python-version: 3.x python-version: 3.x
- name: Get pip cache directory - name: Get pip cache directory
@ -51,7 +51,7 @@ jobs:
sparse-checkout: | sparse-checkout: |
docs docs
- name: Setup python - name: Setup python
uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.2.0
with: with:
python-version: 3.x python-version: 3.x
- name: Get pip cache directory - name: Get pip cache directory