From 25ef1fe2abc3c167ee448a4d62425e7e5c46fb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:18:41 +0000 Subject: [PATCH] Bump pyansys/actions from 2.0.7 to 3.0.7 Bumps [pyansys/actions](https://github.com/pyansys/actions) from 2.0.7 to 3.0.7. - [Release notes](https://github.com/pyansys/actions/releases) - [Commits](https://github.com/pyansys/actions/compare/v2.0.7...v3.0.7) --- updated-dependencies: - dependency-name: pyansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- .github/workflows/nightly-doc-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 07617b9b..44e29904 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -146,7 +146,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: pyansys/actions/doc-deploy-stable@v2.0.7 + uses: pyansys/actions/doc-deploy-stable@v3.0.7 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' cname: ${{ env.DOCUMENTATION_CNAME }} diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index 66f3d6aa..58f09f8b 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -69,7 +69,7 @@ jobs: - name: Deploy if: matrix.image-tag == 'v23.1.0' - uses: pyansys/actions/doc-deploy-dev@v2.0.7 + uses: pyansys/actions/doc-deploy-dev@v3.0.7 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' cname: ${{ env.DOCUMENTATION_CNAME }}