From 0810316c8ea1cd7703f7a3df4f0dd3fd1acb4106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:21:53 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python310.yml | 2 +- .github/workflows/python311.yml | 2 +- .github/workflows/python312.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python310.yml b/.github/workflows/python310.yml index f84c711..6371eda 100644 --- a/.github/workflows/python310.yml +++ b/.github/workflows/python310.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' # install the python version needed diff --git a/.github/workflows/python311.yml b/.github/workflows/python311.yml index cf987dc..54dec31 100644 --- a/.github/workflows/python311.yml +++ b/.github/workflows/python311.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' # install the python version needed diff --git a/.github/workflows/python312.yml b/.github/workflows/python312.yml index f54abf7..f83cc53 100644 --- a/.github/workflows/python312.yml +++ b/.github/workflows/python312.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' # install the python version needed