diff --git a/.github/workflows/autodoc_cicd.yml b/.github/workflows/autodoc_cicd.yml index ad7406139..a84491d68 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 4f8487eb6..41769dc0c 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 }}