Update melpazoid action

This commit is contained in:
TEC 2023-01-20 19:25:22 +08:00
parent 7f24958efd
commit 5d14360117
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.9
uses: actions/setup-python@v1
with: { python-version: 3.6 }
with: { python-version: 3.9 }
- name: Install
run: |
python -m pip install --upgrade pip