chore: update action versions (#267)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled

This removes Node.js 16 deprecation warnings
This commit is contained in:
Matthieu Darbois
2024-05-22 15:08:47 +02:00
committed by GitHub
parent 521be20d1e
commit c990e6da95
3 changed files with 16 additions and 11 deletions

View File

@ -18,7 +18,7 @@ jobs:
python: [3.9.13, 3.10.11, 3.11.8]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}