diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a2e74b554b3..16994ba2b2c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -33,7 +33,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v8 + - uses: ansys/actions/doc-deploy-changelog@v9 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -78,7 +78,7 @@ jobs: steps: - name: Check the title of the pull request if: github.event_name == 'pull_request' - uses: ansys/actions/check-pr-title@v8 + uses: ansys/actions/check-pr-title@v9 with: token: ${{ secrets.GITHUB_TOKEN }} use-upper-case: true @@ -93,7 +93,7 @@ jobs: needs: [pr-title] steps: - name: Check documentation style - uses: ansys/actions/doc-style@v8 + uses: ansys/actions/doc-style@v9 with: token: ${{ secrets.GITHUB_TOKEN }} fail-level: 'warning' @@ -104,7 +104,7 @@ jobs: needs: [doc-style] steps: - name: Documentation build - uses: ansys/actions/doc-build@v8 + uses: ansys/actions/doc-build@v9 with: dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -144,7 +144,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run unit tests - uses: ansys/actions/tests-pytest@v8 + uses: ansys/actions/tests-pytest@v9 with: pytest-postargs: 'tests/unit' pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }} @@ -171,7 +171,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run integration tests - uses: ansys/actions/tests-pytest@v8 + uses: ansys/actions/tests-pytest@v9 with: pytest-postargs: 'tests/integration' pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }} @@ -582,7 +582,7 @@ jobs: id-token: write steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@v8 + uses: ansys/actions/build-library@v9 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -615,7 +615,7 @@ jobs: skip-existing: false - name: Release to GitHub - uses: ansys/actions/release-github@v8 + uses: ansys/actions/release-github@v9 with: library-name: ${{ env.PACKAGE_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -629,7 +629,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v8 + uses: ansys/actions/doc-deploy-stable@v9 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 8e7dec45415..63e61df4bda 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -102,7 +102,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@v8 + - uses: ansys/actions/doc-changelog@v9 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} use-conventional-commits: true diff --git a/.github/workflows/nightly-docs.yml b/.github/workflows/nightly-docs.yml index ea5575850a2..234cd03061b 100644 --- a/.github/workflows/nightly-docs.yml +++ b/.github/workflows/nightly-docs.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Documentation build - uses: ansys/actions/doc-build@v8 + uses: ansys/actions/doc-build@v9 with: dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -35,7 +35,7 @@ jobs: needs: doc-build steps: - name: Upload development documentation - uses: ansys/actions/doc-deploy-dev@v8 + uses: ansys/actions/doc-deploy-dev@v9 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/6039.dependencies.md b/doc/changelog.d/6039.dependencies.md new file mode 100644 index 00000000000..0dba4dd1328 --- /dev/null +++ b/doc/changelog.d/6039.dependencies.md @@ -0,0 +1 @@ +bump ansys/actions from 8 to 9 \ No newline at end of file