From b8c449f28b7a857158e533cab9170b438179a0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:06:57 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autodoc_cicd.yml | 2 +- .github/workflows/ci_cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autodoc_cicd.yml b/.github/workflows/autodoc_cicd.yml index 3cfc89207..ce1599e4b 100644 --- a/.github/workflows/autodoc_cicd.yml +++ b/.github/workflows/autodoc_cicd.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: "Setup Python" - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c8380f878..6f92ca355 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -127,7 +127,7 @@ jobs: persist-credentials: false - name: "Setup Python" - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -189,7 +189,7 @@ jobs: persist-credentials: false - name: "Setup Python" - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }}