Skip to content

Commit 6ba02f9

Browse files
committed
update format-code.yml to most recent python versions
1 parent 60f6cdf commit 6ba02f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.8
16+
python-version: 3.9
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)