Bump actions/setup-python from 4.7.1 to 4.8.0 (#105117)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-06 08:28:02 +01:00
committed by GitHub
parent bf8f78c041
commit a904461b6a
3 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4.1.1
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}