From 5b9d886e95ec18d8e28e7eea8ffbe1475ee9ef79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:48:42 +0000 Subject: [PATCH] Bump ansys/actions from 5 to 6 Bumps [ansys/actions](https://github.com/ansys/actions) from 5 to 6. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v5...v6) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 00396f14..933d6b2c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -153,7 +153,7 @@ jobs: .ci/waiting_services.sh - name: "Run Ansys documentation building action" - uses: ansys/actions/doc-build@v5 + uses: ansys/actions/doc-build@v6 with: requires-xvfb: true python-version: ${{ env.MAIN_PYTHON_VERSION }}