chore(deps): update actions/setup-python action to v5 (#785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-18 12:41:34 +03:00 committed by GitHub
parent 5c586f5dcb
commit 2d87fa753f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ jobs:
run: ./gen_benchmark_data.sh run: ./gen_benchmark_data.sh
- name: Setup python - name: Setup python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: "3.x" python-version: "3.x"