Update .github/workflows/test.yml

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Jannis Leidel 2023-05-02 10:54:25 +02:00 committed by GitHub
parent 321fed2914
commit fb88f7495c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
- { django-version: '3.2', python-version: '3.11' }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4