diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 88a581fba..f752802bd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" @@ -198,7 +198,7 @@ jobs: fetch-depth: 2 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -267,7 +267,7 @@ jobs: # Use the latest supported Python version for combining coverage to # prevent parsing errors in older versions when looking at modern code. - - uses: "actions/setup-python@v5" + - uses: "actions/setup-python@v6" if: ${{ matrix.tox-prefix == 'coverage' }} with: python-version: 3.13 @@ -434,7 +434,7 @@ jobs: # run: gzip --uncompress --stdout docker_image.tgz | docker image load # - name: Install Python - # uses: actions/setup-python@v5 + # uses: actions/setup-python@v6 # with: # python-version: "3.12" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 762df7ac9..66298784a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"