Skip to content

Commit 0aca913

Browse files
authored
Merge pull request #495 from TotallyNotRobots/dependabot/github_actions/actions/setup-python-2.3.2
build(deps): bump actions/setup-python from 2.3.1 to 2.3.2
2 parents 0d1200b + 69bddcd commit 0aca913

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/[email protected].1
17+
uses: actions/[email protected].2
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/[email protected].1
17+
uses: actions/[email protected].2
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/[email protected].1
28+
uses: actions/[email protected].2
2929
with:
3030
python-version: ${{ matrix.python-ver }}
3131
- uses: actions/[email protected]

0 commit comments

Comments
 (0)