4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-05 00:19:32 +00:00

CI: Update setup-python action ()

Fixes Python 3.6 setup/download in CI
This commit is contained in:
Eric Kilmer 2021-12-23 15:14:56 -05:00 committed by GitHub
parent 94bd12ac53
commit af52e5ee8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: build
@ -153,7 +153,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: build