Skip to content

Commit c064840

Browse files
authored
Merge pull request #502 from TotallyNotRobots/dependabot/github_actions/actions/setup-python-3
build(deps): bump actions/setup-python from 2.3.2 to 3
2 parents 0674a42 + e1983d5 commit c064840

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Python 3.8
17-
uses: actions/setup-python@v2.3.2
17+
uses: actions/setup-python@v3
1818
with:
1919
python-version: 3.8
2020
- uses: actions/[email protected]

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Python 3.8
17-
uses: actions/setup-python@v2.3.2
17+
uses: actions/setup-python@v3
1818
with:
1919
python-version: 3.8
2020
- uses: actions/[email protected]

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python ${{ matrix.python-ver }}
28-
uses: actions/setup-python@v2.3.2
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: ${{ matrix.python-ver }}
3131
- uses: actions/[email protected]

0 commit comments

Comments
 (0)