1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(deps): update dependency python to 3.14

This commit is contained in:
renovate[bot] 2025-10-15 06:32:25 +00:00 committed by GitHub
parent 4b72277744
commit e2ebccb014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.14"
cache: pip cache: pip
cache-dependency-path: requirements.txt cache-dependency-path: requirements.txt

View file

@ -44,7 +44,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
run: pip install antsibull-changelog run: pip install antsibull-changelog

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.14"
- name: Ensure vendors are not diverging - name: Ensure vendors are not diverging
run: make vendor-check run: make vendor-check