diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 72193a2bd6..4bbd848da9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check documentation style - uses: ansys/actions/doc-style@v4 + uses: ansys/actions/doc-style@v5 with: token: ${{ secrets.GITHUB_TOKEN }} vale-config: "doc/.vale.ini" @@ -255,7 +255,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@v4 + uses: ansys/actions/build-library@v5 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -267,7 +267,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release to GitHub - uses: ansys/actions/release-github@v4 + uses: ansys/actions/release-github@v5 with: library-name: ${{ env.PACKAGE_NAME }} @@ -278,7 +278,7 @@ jobs: needs: [package] steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@v4 + uses: ansys/actions/doc-deploy-dev@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -290,7 +290,7 @@ jobs: needs: upload-dev-docs steps: - name: "Deploy the latest documentation index" - uses: ansys/actions/doc-deploy-index@v4 + uses: ansys/actions/doc-deploy-index@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }}/version/dev index-name: pyedb-vdev @@ -305,7 +305,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v4 + uses: ansys/actions/doc-deploy-stable@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -331,7 +331,7 @@ jobs: echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV - name: "Deploy the latest documentation index" - uses: ansys/actions/doc-deploy-index@v4 + uses: ansys/actions/doc-deploy-index@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }} index-name: pyedb-v${{ env.VERSION_MEILI }}