diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d721949f40b..1d724eec119 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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + - uses: ansys/actions/doc-deploy-changelog@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -44,7 +44,7 @@ jobs: name: "Vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + - uses: ansys/actions/check-vulnerabilities@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} @@ -89,7 +89,7 @@ jobs: steps: - name: Check the title of the pull request if: github.event_name == 'pull_request' - uses: ansys/actions/check-pr-title@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/check-pr-title@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: token: ${{ secrets.GITHUB_TOKEN }} use-upper-case: true @@ -104,7 +104,7 @@ jobs: needs: [pr-title] steps: - name: Check documentation style - uses: ansys/actions/doc-style@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/doc-style@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: token: ${{ secrets.GITHUB_TOKEN }} fail-level: 'warning' @@ -115,7 +115,7 @@ jobs: needs: [doc-style] steps: - name: Documentation build - uses: ansys/actions/doc-build@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/doc-build@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -139,7 +139,7 @@ jobs: steps: - name: Build wheelhouse and perform smoke test id: build-wheelhouse - uses: ansys/actions/build-wheelhouse@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/build-wheelhouse@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -158,7 +158,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run unit tests - uses: ansys/actions/tests-pytest@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: pytest-postargs: 'tests/unit' pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }} @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run integration tests - uses: ansys/actions/tests-pytest@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: pytest-postargs: 'tests/integration' pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }} @@ -798,7 +798,7 @@ jobs: id-token: write steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/build-library@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -831,7 +831,7 @@ jobs: skip-existing: false - name: Release to GitHub - uses: ansys/actions/release-github@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/release-github@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: library-name: ${{ env.PACKAGE_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -845,7 +845,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/doc-deploy-stable@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index abf3937ccab..7db61ac5b1a 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -105,7 +105,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + - uses: ansys/actions/doc-changelog@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 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 69cc092a845..2c5d925d89b 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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/doc-build@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4 + uses: ansys/actions/doc-deploy-dev@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/6243.dependencies.md b/doc/changelog.d/6243.dependencies.md new file mode 100644 index 00000000000..733622eb4c8 --- /dev/null +++ b/doc/changelog.d/6243.dependencies.md @@ -0,0 +1 @@ +Bump ansys/actions from 10.0.4 to 10.0.8 \ No newline at end of file