diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d9fe8e8e..2ecc5b83 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Run Ansys documentation building action" - uses: ansys/actions/doc-build@v5 + uses: ansys/actions/doc-build@v6 with: check-links: false sphinxopts: "-W --keep-going" diff --git a/doc/changelog.d/584.dependencies.md b/doc/changelog.d/584.dependencies.md new file mode 100644 index 00000000..4306f82b --- /dev/null +++ b/doc/changelog.d/584.dependencies.md @@ -0,0 +1 @@ +Bump ansys/actions from 5 to 6 \ No newline at end of file