Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: "Documentation style"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-style@v11.0.3
- uses: ansys/actions/doc-style@v11.0.6
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -73,7 +73,7 @@ jobs:
os: macos-latest
steps:
- name: "Build wheelhouse and perform smoke test"
uses: ansys/actions/build-wheelhouse@v11.0.3
uses: ansys/actions/build-wheelhouse@v11.0.6
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
Expand All @@ -85,7 +85,7 @@ jobs:
env:
UV_LOCKED: "false"
steps:
- uses: ansys/actions/check-vulnerabilities@v11.0.3
- uses: ansys/actions/check-vulnerabilities@v11.0.6
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -97,7 +97,7 @@ jobs:
name: "Check actions security"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/check-actions-security@v11.0.3
- uses: ansys/actions/check-actions-security@v11.0.6
with:
generate-summary: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
UV_LOCKED: "false"
steps:
- name: Build library source and wheel artifacts
uses: ansys/actions/build-library@v11.0.3
uses: ansys/actions/build-library@v11.0.6
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
skip-existing: false

- name: Release to GitHub
uses: ansys/actions/release-github@v11.0.3
uses: ansys/actions/release-github@v11.0.6
with:
library-name: ${{ env.PACKAGE_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -549,7 +549,7 @@ jobs:
contents: write # needs to write to the gh-pages branch
steps:
- name: Deploy the latest documentation
uses: ansys/actions/doc-deploy-dev@v11.0.3
uses: ansys/actions/doc-deploy-dev@v11.0.6
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -565,7 +565,7 @@ jobs:
contents: write # needs to write to the gh-pages branch
steps:
- name: Deploy the stable documentation
uses: ansys/actions/doc-deploy-stable@v11.0.3
uses: ansys/actions/doc-deploy-stable@v11.0.6
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write # needs to be able to delete packages
steps:
- name: "Delete untagged package versions"
uses: ansys/actions/hk-package-clean-untagged@v11.0.3
uses: ansys/actions/hk-package-clean-untagged@v11.0.6
with:
package-org: 'ansys'
package-name: 'acp'
Expand Down
Loading