Skip to content

Commit 038bfc7

Browse files
maint: bump ansys/actions from 9 to 10
Bumps [ansys/actions](https://github.com/ansys/actions) from 9 to 10. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v9...v10) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30d6be1 commit 038bfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: "Check documentation style"
30-
uses: ansys/actions/doc-style@v9
30+
uses: ansys/actions/doc-style@v10
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install graphviz
4949
5050
- name: "Build project documentation"
51-
uses: ansys/actions/doc-build@v9
51+
uses: ansys/actions/doc-build@v10
5252
with:
5353
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5454
use-python-cache: false

0 commit comments

Comments
 (0)