Skip to content

Commit ad8d212

Browse files
build(deps): bump actions/setup-python from 2.3.0 to 2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d3fdc4 commit ad8d212

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)