diff options
| author | Yuval Adam <_@yuv.al> | 2022-04-21 09:28:47 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-04-21 09:28:47 +0300 |
| commit | 7697629307748346359c0c434c2b4830ba660cc3 (patch) | |
| tree | 130a3e41b34c758a968a521ebabfc8b4cce597b3 /.github/workflows/build.yml | |
| parent | f140ba2719acb1f905d1cc57bd222888dd9f8703 (diff) | |
Update setup python action version
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12d23d7..4d16a9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install pip and testing tools |
