From 2be8e79dcaeacf26fd9ee5329694e4c32d0a379c Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 3 Feb 2023 05:42:51 +0000 Subject: CI: update outdated actions. --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github') 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 -- cgit v1.2.3