github/workflows: Bump actions/setup-python from 1 or 2 to 4.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 or 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...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>
This commit is contained in:
parent
846aa1f13a
commit
ada76021c0
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v4
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: source tools/ci.sh && ci_code_formatting_setup
|
run: source tools/ci.sh && ci_code_formatting_setup
|
||||||
- name: Run code formatting
|
- name: Run code formatting
|
||||||
|
|
|
@ -9,6 +9,6 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '100'
|
fetch-depth: '100'
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v4
|
||||||
- name: Check commit message formatting
|
- name: Check commit message formatting
|
||||||
run: source tools/ci.sh && ci_commit_formatting_run
|
run: source tools/ci.sh && ci_commit_formatting_run
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v4
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: pip install Sphinx
|
run: pip install Sphinx
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
|
|
@ -178,7 +178,7 @@ jobs:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-11.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue