Skip to content

Commit f04f979

Browse files
build(deps): bump actions/setup-python from v1 to v2.0.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.0.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...807b74f) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c89a702 commit f04f979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Set up Python ${{ matrix.python-ver }}
26-
uses: actions/setup-python@v1
26+
uses: actions/setup-python@v2.0.1
2727
with:
2828
python-version: ${{ matrix.python-ver }}
2929
- uses: actions/cache@v2

0 commit comments

Comments
 (0)