Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f20376e

Browse files
authoredApr 9, 2022
chore(deps): bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e0d663 commit f20376e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci_static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- black-check
3333
steps:
3434
- uses: actions/checkout@v3
35-
- uses: actions/setup-python@v2
35+
- uses: actions/setup-python@v3
3636
with:
3737
python-version: 3.8
3838
- run: |

‎.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# - examples
3939
steps:
4040
- uses: actions/checkout@v3
41-
- uses: actions/setup-python@v2
41+
- uses: actions/setup-python@v3
4242
with:
4343
python-version: ${{ matrix.python }}
4444
architecture: ${{ matrix.platform.architecture }}
@@ -60,7 +60,7 @@ jobs:
6060
- test-upstream-requirements-py37
6161
steps:
6262
- uses: actions/checkout@v3
63-
- uses: actions/setup-python@v1
63+
- uses: actions/setup-python@v3
6464
with:
6565
python-version: 3.7
6666
- run: |

0 commit comments

Comments
 (0)
Please sign in to comment.