v4
Some checks are pending
Test / Test (push) Has started running

This commit is contained in:
John Burwell 2023-05-02 21:10:12 -05:00
parent 75e0d15ac0
commit a3f5c8758e

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.10
uses: https://github.com/actions/setup-python@v1
uses: https://github.com/actions/setup-python@v4
with:
python-version: 3.10
- name: Check out repository code