Skip to content

Commit

Permalink
gha: upgrade setup-python to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Nov 17, 2020
1 parent 1788fe9 commit d5b7f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v2.1.4
with:
python-version: 3.8
- name: Install requirements
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
python-version: ${{ matrix.pyv }}
- name: install
Expand Down

0 comments on commit d5b7f7c

Please sign in to comment.