From 19b23a9a2e133cc2a65040973b5342e4bd989a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:42:14 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-cd.yml | 2 +- .github/workflows/python-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-cd.yml b/.github/workflows/python-cd.yml index e5287aa..9f19adc 100644 --- a/.github/workflows/python-cd.yml +++ b/.github/workflows/python-cd.yml @@ -66,7 +66,7 @@ jobs: echo "♟️ Coach name: $COACH" - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: ${{ env.PYTHON_VERSION_FILE }} cache: 'pip' diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index db3a57d..eb7f101 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -22,7 +22,7 @@ jobs: uses: wagoid/commitlint-github-action@v6.2.1 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: '.python-version' cache: 'pip' @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: '.python-version' cache: 'pip'