Skip to content

Commit 56bb60d

Browse files
CHORE(deps): Bump ansys/actions from 9 to 10 (#384)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Lopez <[email protected]>
1 parent 152d077 commit 56bb60d

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
@@ -30,7 +30,7 @@ jobs:
3030
name: Documentation style
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: ansys/actions/doc-style@v9
33+
- uses: ansys/actions/doc-style@v10
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636

@@ -126,7 +126,7 @@ jobs:
126126
needs: [doc-build]
127127
steps:
128128
- name: Deploy the documentation
129-
uses: ansys/actions/doc-deploy-dev@v9
129+
uses: ansys/actions/doc-deploy-dev@v10
130130
with:
131131
cname: ${{ env.DOCUMENTATION_CNAME }}
132132
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)