diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d481cdc19..f8fbd6fc1 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Install dependencies @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python ${{ matrix.python-version }}" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -129,7 +129,7 @@ jobs: docker pull ghcr.io/ansys/pydpf-composites:${{ env.CONTAINER_TAG }} - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Install dependencies @@ -168,7 +168,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python ${{ env.MAIN_PYTHON_VERSION }}" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.MAIN_PYTHON_VERSION }}