From 3370bd502fa4470c24d69ac1c62535e42fcaeac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:50:26 +0000 Subject: [PATCH 1/2] 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 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" From d5f24f413142014acb273e9631c4b20b7ec20de8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Mon, 6 May 2024 03:51:03 +0000 Subject: [PATCH 2/2] Adding changelog entry: 584.dependencies.md --- doc/changelog.d/584.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/584.dependencies.md 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