aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-03 05:42:51 +0000
committerCatherine <whitequark@whitequark.org>2023-02-03 05:42:51 +0000
commit2be8e79dcaeacf26fd9ee5329694e4c32d0a379c (patch)
treedc81612002709fe746b72782564aeb82c28a71d0 /.github/workflows
parent70cafaff98f58bf99138ccd848a630974da7d88e (diff)
CI: update outdated actions.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml7
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