Skip to content

Commit 1f470b7

Browse files
Bump ansys/actions from 6 to 7 (#682)
Bumps [ansys/actions](https://github.com/ansys/actions) from 6 to 7. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](ansys/actions@v6...v7) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e0e57b commit 1f470b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
needs: [docs]
209209
steps:
210210
- name: "Upload development documentation"
211-
uses: ansys/actions/doc-deploy-dev@v6
211+
uses: ansys/actions/doc-deploy-dev@v7
212212
with:
213213
cname: ${{ env.DOCUMENTATION_CNAME }}
214214
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: "Running documentation style checks"
66-
uses: ansys/actions/doc-style@v6
66+
uses: ansys/actions/doc-style@v7
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: HTML-doc-ansys-dpf-post.zip
9191

9292
- name: "Deploy the stable documentation"
93-
uses: ansys/actions/doc-deploy-stable@v6
93+
uses: ansys/actions/doc-deploy-stable@v7
9494
with:
9595
cname: ${{ env.DOCUMENTATION_CNAME }}
9696
token: ${{ secrets.GITHUB_TOKEN }}
@@ -122,7 +122,7 @@ jobs:
122122
echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV
123123
124124
- name: "Deploy the latest documentation index"
125-
uses: ansys/actions/doc-deploy-index@v6
125+
uses: ansys/actions/doc-deploy-index@v7
126126
with:
127127
cname: ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }}
128128
index-name: pydpf-post-v${{ env.VERSION_MEILI }}

0 commit comments

Comments
 (0)