Skip to content

Commit

Permalink
use v2 action and pin python version (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion authored and dongruoping committed Oct 31, 2020
1 parent 6335b6b commit 0b4715d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.7.x
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
Expand Down

0 comments on commit 0b4715d

Please sign in to comment.