Bump actions/setup-python from 3 to 4 (#1186)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python 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:
parent
e8177f8f46
commit
57bf518cdd
|
@ -72,7 +72,7 @@ jobs:
|
|||
container-platforms: ${{ steps.container.outputs.platforms }}
|
||||
steps:
|
||||
- name: Switch to using Python 3.9 by default
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: >-
|
||||
|
@ -225,7 +225,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Switch to using Python v3.10
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: >-
|
||||
|
@ -350,7 +350,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Switch to using Python v3.10
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: >-
|
||||
|
@ -467,7 +467,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Switch to using Python v${{ matrix.python }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: >-
|
||||
|
@ -670,7 +670,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Brew
|
||||
|
@ -724,7 +724,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Install Pip Dependencies
|
||||
|
|
Loading…
Reference in New Issue