Skip to content

Commit dc2c813

Browse files
Bump actions/setup-python from 2 to 4 (#1235)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Todd Leonhardt <[email protected]>
1 parent caa5400 commit dc2c813

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2020
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2121
- name: Set up Python
22-
uses: actions/setup-python@v2 # https://github.com/actions/setup-python
22+
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install python prerequisites

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2323
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2424
- name: Set up Python
25-
uses: actions/setup-python@v2 # https://github.com/actions/setup-python
25+
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install python prerequisites

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2323
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2424
- name: Set up Python
25-
uses: actions/setup-python@v2 # https://github.com/actions/setup-python
25+
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install python prerequisites

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2323
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2424
- name: Set up Python
25-
uses: actions/setup-python@v2 # https://github.com/actions/setup-python
25+
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install python prerequisites

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2323
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2424
- name: Set up Python
25-
uses: actions/setup-python@v2 # https://github.com/actions/setup-python
25+
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install python prerequisites

0 commit comments

Comments
 (0)