Skip to content

Commit a7842cc

Browse files
author
Chris Elion
authored
use v2 action and pin python version (#4568)
1 parent db1d27d commit a7842cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v1
13+
- uses: actions/setup-python@v2
14+
with:
15+
python-version: 3.7.x
1416
- uses: actions/setup-ruby@v1
1517
with:
1618
ruby-version: '2.6'

0 commit comments

Comments
 (0)