Skip to content

Commit c0c109f

Browse files
Bump ansys/actions from 8 to 9 (#822)
Bumps [ansys/actions](https://github.com/ansys/actions) from 8 to 9. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v8...v9) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '9' 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 b3192dd commit c0c109f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
steps:
6060
- name: PyAnsys Vulnerability check (on main)
6161
if: github.ref == 'refs/heads/master'
62-
uses: ansys/actions/check-vulnerabilities@v8
62+
uses: ansys/actions/check-vulnerabilities@v9
6363
with:
6464
python-version: ${{ env.MAIN_PYTHON_VERSION }}
6565
python-package-name: ${{ env.PACKAGE_NAME }}
6666
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
6767

6868
- name: PyAnsys Vulnerability check (on dev mode)
6969
if: github.ref != 'refs/heads/master'
70-
uses: ansys/actions/check-vulnerabilities@v8
70+
uses: ansys/actions/check-vulnerabilities@v9
7171
with:
7272
python-version: ${{ env.MAIN_PYTHON_VERSION }}
7373
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -230,7 +230,7 @@ jobs:
230230
needs: [docs]
231231
steps:
232232
- name: "Upload development documentation"
233-
uses: ansys/actions/doc-deploy-dev@v8
233+
uses: ansys/actions/doc-deploy-dev@v9
234234
with:
235235
cname: ${{ env.DOCUMENTATION_CNAME }}
236236
token: ${{ secrets.PYANSYS_CI_BOT_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@v8
66+
uses: ansys/actions/doc-style@v9
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
path: HTML-doc-ansys-dpf-post.zip
8585

8686
- name: "Deploy the stable documentation"
87-
uses: ansys/actions/doc-deploy-stable@v8
87+
uses: ansys/actions/doc-deploy-stable@v9
8888
with:
8989
cname: ${{ env.DOCUMENTATION_CNAME }}
9090
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

0 commit comments

Comments
 (0)