From 8425c2d41aea55abd85b8990c18744c24ce554ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:22:26 +0000 Subject: [PATCH] Bump ansys/actions from 8 to 9 Bumps [ansys/actions](https://github.com/ansys/actions) from 8 to 9. - [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/v8...v9) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559a12e..820c17b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@v8 + uses: ansys/actions/build-library@v9 with: library-name: ${{ env.PACKAGE_NAME }} @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: - name: "Release to the public PyPI repository" - uses: ansys/actions/release-pypi-public@v8 + uses: ansys/actions/release-pypi-public@v9 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__"