ci: bump actions/setup-python to v5

This commit is contained in:
Corentin Le Molgat
2024-11-22 15:53:12 +01:00
parent 3eceeeaebb
commit 64c19cdfb9
8 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ jobs:
sudo apt install -y swig
swig -version
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python.version }}
- name: Update Path