Skip to content

Commit feb2f60

Browse files
authored
Merge pull request #130 from Yelp/python-gh-action
2 parents 37d067a + aaaf3fa commit feb2f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Checkout Repo
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7.6
16+
python-version: 3.7
1717
- name: Install Python dependencies
1818
run: python -m pip install virtualenv pre-commit
1919
- name: Setup Java

0 commit comments

Comments
 (0)