diff options
| author | Catherine <whitequark@whitequark.org> | 2023-02-03 05:42:51 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-02-03 05:42:51 +0000 |
| commit | 2be8e79dcaeacf26fd9ee5329694e4c32d0a379c (patch) | |
| tree | dc81612002709fe746b72782564aeb82c28a71d0 | |
| parent | 70cafaff98f58bf99138ccd848a630974da7d88e (diff) | |
CI: update outdated actions.
| -rw-r--r-- | .github/workflows/main.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 491591c..61b5332 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,12 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 - - name: Install dependencies - run: | - pip install wheel + uses: actions/setup-python@v4 - name: Test run: | python setup.py test |
