Skip to content

Commit 765384e

Browse files
authored
Merge pull request #470 from TotallyNotRobots/dependabot/github_actions/actions/setup-python-2.3.1
build(deps): bump actions/setup-python from 2.3.0 to 2.3.1
2 parents ed39dd4 + ad8d212 commit 765384e

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

0 commit comments

Comments
 (0)