From 019236c3144ed9815fab564aea22d309c8eba878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:13:30 +0000 Subject: [PATCH] Build(deps): bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [ansys/actions](https://github.com/ansys/actions) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `ansys/actions` from 10.3.6 to 11.0.2 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/actions/compare/v10.3.6...v11.0.2) Updates `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/nightly-doc-build.yml | 2 +- .github/workflows/package_cleanup.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a650628..63156f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys code style checks - uses: ansys/actions/code-style@v10.3.6 + uses: ansys/actions/code-style@v11.0.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -207,7 +207,7 @@ jobs: - name: Deploy documentation to gh-pages if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: token: ${{ secrets.github_token }} branch: gh-pages diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index 4036c723..7ea6434e 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -53,7 +53,7 @@ jobs: - name: Deploy documentation to gh-pages if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: token: ${{ secrets.github_token }} branch: gh-pages diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index 57f0a219..9b1e404c 100644 --- a/.github/workflows/package_cleanup.yml +++ b/.github/workflows/package_cleanup.yml @@ -35,7 +35,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-except@v10.3.6 + uses: ansys/actions/hk-package-clean-except@v11.0.2 with: package-org: 'ansys' package-name: ${{ matrix.image }}