From c51b8b9f7e854b17f951b720372ad5c0806a47b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:33:32 +0000 Subject: [PATCH] MAINT: Bump ansys/actions from 6 to 7 Bumps [ansys/actions](https://github.com/ansys/actions) from 6 to 7. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v6...v7) --- 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index da01f6e..e494a53 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Code style checks - uses: ansys/actions/code-style@v6 + uses: ansys/actions/code-style@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -39,7 +39,7 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - - uses: ansys/actions/build-wheelhouse@v6 + - uses: ansys/actions/build-wheelhouse@v7 with: library-name: ${{ env.PACKAGE_NAME }} library-namespace: ${{ env.PACKAGE_NAMESPACE }} @@ -53,7 +53,7 @@ jobs: steps: - name: Build documentation - uses: ansys/actions/doc-build@v6 + uses: ansys/actions/doc-build@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} sphinxopts: '-j 1 -W --keep-going' @@ -68,7 +68,7 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Run unit tests - uses: ansys/actions/tests-pytest@v6 + uses: ansys/actions/tests-pytest@v7 with: python-version: ${{ matrix.python-version }} @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@v6 + uses: ansys/actions/build-library@v7 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -90,7 +90,7 @@ jobs: needs: [ package ] steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@v6 + uses: ansys/actions/doc-deploy-dev@v7 with: cname: 'robpasmue.github.io/toucan-tournament' token: ${{ secrets.DEPLOY_DOCS_PAT }}