diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 0051ab24c0..28a87e39f5 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index c55ea9a3a4..a1dc4380cb 100644 --- a/.github/workflows/package_cleanup.yml +++ b/.github/workflows/package_cleanup.yml @@ -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'