From 2e571704ad58b5ce70624e4fe799ea1323a58840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:12:11 +0000 Subject: [PATCH] Bump pyansys/actions from 2 to 4 Bumps [pyansys/actions](https://github.com/pyansys/actions) from 2 to 4. - [Release notes](https://github.com/pyansys/actions/releases) - [Commits](https://github.com/pyansys/actions/compare/v2...v4) --- updated-dependencies: - dependency-name: pyansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/full_documentation.yml | 2 +- .github/workflows/nightly-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full_documentation.yml b/.github/workflows/full_documentation.yml index 1f611a19ebf..8c05a1d2cfc 100644 --- a/.github/workflows/full_documentation.yml +++ b/.github/workflows/full_documentation.yml @@ -96,7 +96,7 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: - name: "Deploy the stable documentation" - uses: pyansys/actions/doc-deploy-stable@v2 + uses: pyansys/actions/doc-deploy-stable@v4 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/nightly-docs.yml b/.github/workflows/nightly-docs.yml index 8869ea38b5f..b58b3e25516 100644 --- a/.github/workflows/nightly-docs.yml +++ b/.github/workflows/nightly-docs.yml @@ -44,7 +44,7 @@ jobs: retention-days: 7 - name: Deploy development documentation - uses: pyansys/actions/doc-deploy-dev@v2 + uses: pyansys/actions/doc-deploy-dev@v4 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }}