Skip to content

Commit 946a474

Browse files
Merge pull request #862 from stoutput/stouput/bump-setup-python-gh-action
Bump setup-python github action versions
2 parents 0ee98f3 + 5abf3e2 commit 946a474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v1
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v1
6565
- name: Set up Python 3.6
66-
uses: actions/setup-python@v1
66+
uses: actions/setup-python@v4
6767
with:
6868
python-version: 3.6
6969
- name: Install Flake8

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v1
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install dependencies

0 commit comments

Comments
 (0)