From c96afaefcb1337b6913a388034aaa285ae82590f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 08:45:56 +0000 Subject: [PATCH] MAINT: Bump ansys/actions from 4 to 6 Bumps [ansys/actions](https://github.com/ansys/actions) from 4 to 6. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v4...v6) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 14 +++++++------- .github/workflows/nightly-docs.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e6c7f71fcf3..65ef2316189 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check documentation style - uses: ansys/actions/doc-style@v4 + uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} vale-config: "doc/.vale.ini" @@ -57,7 +57,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - name: Build wheelhouse and perform smoke test - uses: ansys/actions/build-wheelhouse@v4 + uses: ansys/actions/build-wheelhouse@v6 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -505,7 +505,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@v6 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -518,14 +518,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Release to the public PyPI repository - uses: ansys/actions/release-pypi-public@v4 + uses: ansys/actions/release-pypi-public@v6 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__" twine-token: ${{ secrets.PYPI_TOKEN }} - name: Release to GitHub - uses: ansys/actions/release-github@v4 + uses: ansys/actions/release-github@v6 with: library-name: ${{ env.PACKAGE_NAME }} @@ -536,7 +536,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v4 + uses: ansys/actions/doc-deploy-stable@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -564,7 +564,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@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }} index-name: pyaedt-v${{ env.VERSION_MEILI }} diff --git a/.github/workflows/nightly-docs.yml b/.github/workflows/nightly-docs.yml index f729d9ea891..06747bc862e 100644 --- a/.github/workflows/nightly-docs.yml +++ b/.github/workflows/nightly-docs.yml @@ -89,7 +89,7 @@ jobs: needs: doc-build steps: - name: Upload development documentation - uses: ansys/actions/doc-deploy-dev@v4 + uses: ansys/actions/doc-deploy-dev@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -101,7 +101,7 @@ jobs: needs: upload-dev-doc steps: - name: Deploy the latest documentation index - uses: ansys/actions/doc-deploy-index@v4 + uses: ansys/actions/doc-deploy-index@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }}/version/dev index-name: pyaedt-vdev