diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 16:06:12 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 16:10:26 -0400 |
| commit | abcc15683d3abe229a0e0d07f1afa05a24e2ef8c (patch) | |
| tree | 2b29f413db2da0688d08807cf087ffc0a7861a63 | |
| parent | c64902b8cafa8062398ef173278a21b042b03a77 (diff) | |
| download | python-setuptools-git-abcc15683d3abe229a0e0d07f1afa05a24e2ef8c.tar.gz | |
Update to setup-python v4. Fixes jaraco/skeleton#65.
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ce62d92..d17b64d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }}-dev - name: Install tox |
