From 9a03dabd7613f2375dc147fa10b4fd3dad39656d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:13:08 +0000 Subject: [PATCH] Bump ansys/actions from 4 to 5 (#358) Bumps [ansys/actions](https://github.com/ansys/actions) from 4 to 5. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- .github/workflows/testing-and-deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index c0bec8ca..391769a1 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -32,7 +32,7 @@ jobs: uses: pyvista/setup-headless-display-action@v2 - name: Build project documentation - uses: ansys/actions/doc-build@v4.0.29 + uses: ansys/actions/doc-build@v5 with: dependencies: 'pandoc' skip-dependencies-cache: true @@ -45,7 +45,7 @@ jobs: needs: [doc_build] if: github.ref == 'refs/heads/main' steps: - - uses: ansys/actions/doc-deploy-dev@v4 + - uses: ansys/actions/doc-deploy-dev@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -268,7 +268,7 @@ jobs: needs: [Release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v4 + uses: ansys/actions/doc-deploy-stable@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }}