Skip to content

Commit caa42cc

Browse files
Bump actions/setup-python from 2 to 4
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]>
1 parent 4e28810 commit caa42cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@master
5757
- name: Set up Python 3.8
58-
uses: actions/setup-python@v1
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: 3.8
6161

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@master
4545
- name: Set up Python 3.8
46-
uses: actions/setup-python@v1
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.8
4949

.github/workflows/serve-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
echo "PYTHONPATH=/home/runner/work/py2k/py2k" >> $GITHUB_ENV
1414
echo "/home/runner/work/py2k/py2k/py2k" >> $GITHUB_PATH
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v4
1717
with:
1818
python-version: 3.6
1919
- run: |

0 commit comments

Comments
 (0)