diff --git a/.github/workflows/autodoc_cicd.yml b/.github/workflows/autodoc_cicd.yml index a70a044f5..71a8282c2 100644 --- a/.github/workflows/autodoc_cicd.yml +++ b/.github/workflows/autodoc_cicd.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: "Setup Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c48c1d43c..b7a4b289b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@v4 - name: "Setup Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -156,7 +156,7 @@ jobs: uses: actions/checkout@v4 - name: "Setup Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }}