Skip to content

Commit 71bde09

Browse files
authored
Update Python setup in Github Action
1 parent 37d067a commit 71bde09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ 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
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v2
2121
with:
2222
java-version: 11
2323
- name: Run gradle preMerge task

0 commit comments

Comments
 (0)