We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37d067a + aaaf3fa commit feb2f60Copy full SHA for feb2f60
.github/workflows/pre-merge.yaml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- name: Checkout Repo
12
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
13
- name: Setup Python
14
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
15
with:
16
- python-version: 3.7.6
+ python-version: 3.7
17
- name: Install Python dependencies
18
run: python -m pip install virtualenv pre-commit
19
- name: Setup Java
0 commit comments