diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d9c39f72c..5c70af85c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -162,7 +162,7 @@ jobs: - name: Get all doc files that have changed id: changed-files-yaml - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files_yaml: | doc: diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4cacb37..765548fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee ### Dependencies - Bump `pyvista` from 0.43.1 to 0.43.2 ([#564](https://github.com/ansys/pymechanical/pull/564)) - Bump `sphinxcontrib-websupport` from 1.2.6 to 1.2.7 ([#562](https://github.com/ansys/pymechanical/pull/562)) -- Bump `ansys-sphinx-theme` from 0.13.0 to 0.13.1 ([#563](https://github.com/ansys/pymechanical/pull/563)) +- Bump `tj-actions/changed-files` from 41 to 42 ([#572](https://github.com/ansys/pymechanical/pull/572)) - Bump `panel` from 1.3.6 to 1.3.7 ([#570](https://github.com/ansys/pymechanical/pull/570)) ## [0.10.6](https://github.com/ansys/pymechanical/releases/tag/v0.10.6) - January 11 2024