Skip to content

Commit 9de3627

Browse files
authored
Merge pull request #166 from TotallyNotRobots/dependabot/github_actions/actions/setup-python-v2.0.1
build(deps): bump actions/setup-python from v1 to v2.0.1
2 parents 06a3290 + f04f979 commit 9de3627

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)