From cdf367b7853e11e0e117b819a5f654ee9ed573a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:10:42 +0000 Subject: [PATCH] Bump pyansys/actions from 2.0.9 to 3.0.1 Bumps [pyansys/actions](https://github.com/pyansys/actions) from 2.0.9 to 3.0.1. - [Release notes](https://github.com/pyansys/actions/releases) - [Commits](https://github.com/pyansys/actions/compare/v2.0.9...v3.0.1) --- updated-dependencies: - dependency-name: pyansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Merge-main.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Merge-main.yml b/.github/workflows/Merge-main.yml index ed2b6c1ed9c..5729cd18bed 100644 --- a/.github/workflows/Merge-main.yml +++ b/.github/workflows/Merge-main.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Deploy the latest documentation - uses: pyansys/actions/doc-deploy-dev@v2.0.9 + uses: pyansys/actions/doc-deploy-dev@v3.0.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e1b7bdb07..89285d0a6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "PyAnsys documentation style checks" - uses: pyansys/actions/doc-style@v2.0.9 + uses: pyansys/actions/doc-style@v3.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -64,7 +64,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - name: "Build wheelhouse and perform smoke test" - uses: pyansys/actions/build-wheelhouse@v2.0.9 + uses: pyansys/actions/build-wheelhouse@v3.0.1 with: library-name: ${{ env.PACKAGE_NAME }} library-namespace: ${{ env.PACKAGE_NAMESPACE }} @@ -553,14 +553,14 @@ jobs: steps: - name: "Release to the public PyPI repository" - uses: pyansys/actions/release-pypi-public@v2.0.9 + uses: pyansys/actions/release-pypi-public@v3.0.1 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__" twine-token: ${{ secrets.PYPI_TOKEN }} - name: "Release to GitHub" - uses: pyansys/actions/release-github@v2.0.9 + uses: pyansys/actions/release-github@v3.0.1 with: library-name: ${{ env.PACKAGE_NAME }} @@ -583,7 +583,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: pyansys/actions/doc-deploy-stable@v2.0.9 + uses: pyansys/actions/doc-deploy-stable@v3.0.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }}