Bump actions/setup-python from 3 to 5 (#9195)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-10 13:30:46 -07:00
committed by GitHub
parent 270953bafb
commit fb870fd491
5 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ jobs:
bash -x .github/workflows/scripts/env.sh
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}