From c47c72b9dc06f999986a7a05a26ffb32a2fd2ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:18:06 +0100 Subject: [PATCH] Bump ansys/actions from 4 to 5 (#328) Bumps [ansys/actions](https://github.com/ansys/actions) from 4 to 5. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 4 ++-- .github/workflows/package_cleanup.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 71bf4a520e..b57d00925c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -73,7 +73,7 @@ jobs: name: "Documentation style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-style@v4 + - uses: ansys/actions/doc-style@v5 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -310,7 +310,7 @@ jobs: needs: [docs] steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@v4 + uses: ansys/actions/doc-deploy-dev@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index c92b6ca0e4..ab82b0a6fd 100644 --- a/.github/workflows/package_cleanup.yml +++ b/.github/workflows/package_cleanup.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Delete untagged package versions" - uses: ansys/actions/hk-package-clean-untagged@v4 + uses: ansys/actions/hk-package-clean-untagged@v5 with: package-org: 'ansys-internal' package-name: 'pyacp'