1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Bump actions/setup-python from 5 to 6 (#975)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

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

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-09-08 20:01:33 +03:00 committed by GitHub
parent 6381952b98
commit 313953aed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 14 additions and 14 deletions

View file

@ -207,7 +207,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
@ -346,7 +346,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

View file

@ -22,7 +22,7 @@ jobs:
- name: Check out ${{ github.repository }} on disk - name: Check out ${{ github.repository }} on disk
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}
- name: Set up pip cache - name: Set up pip cache
@ -77,7 +77,7 @@ jobs:
steps: steps:
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}
- name: Set up pip cache - name: Set up pip cache

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}

View file

@ -40,7 +40,7 @@ jobs:
- name: Check out ${{ github.repository }} on disk - name: Check out ${{ github.repository }} on disk
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}
- name: Set up pip cache - name: Set up pip cache
@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
@ -201,7 +201,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

View file

@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

View file

@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

View file

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
@ -309,7 +309,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Python ${{ matrix.runner-python-version }} - name: Set up Python ${{ matrix.runner-python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.runner-python-version }} python-version: ${{ matrix.runner-python-version }}