Use latest github actions

Avoids some complaints when running things.
This commit is contained in:
Pierre Ossman 2024-05-20 10:17:17 +02:00
parent 4a83562af7
commit eb4ea05ccd
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ jobs:
- 3.12
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip and setuptools