Update CI workflow some more

This commit is contained in:
Andrew Cassidy 2024-04-16 00:03:35 -07:00
parent 802633b9a7
commit 6589a91d7e

View File

@ -13,10 +13,10 @@ jobs:
click-version: [ "click~=7.0", "click~=8.0" ] click-version: [ "click~=7.0", "click~=8.0" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0 uses: actions/setup-python@v5.1.0
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}