version up

This commit is contained in:
wakamezake
2020-11-14 18:07:30 +09:00
committed by taizan-hokouto
parent f60aaade7f
commit a03d43b081

View File

@@ -12,9 +12,9 @@ jobs:
python-version: [3.7, 3.8] python-version: [3.7, 3.8]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: actions/cache@v1 - uses: actions/cache@v1