From af9da0ac501aacc33cae59e903c786dd63c04c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:09:27 +0000 Subject: [PATCH] Build(deps): bump the actions-deps group with 3 updates Bumps the actions-deps group with 3 updates: [ansys/actions](https://github.com/ansys/actions), [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `ansys/actions` from 10.3.0 to 10.3.1 - [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.0...v10.3.1) Updates `docker/login-action` from 4 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.1.0) Updates `docker/build-push-action` from 7 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7...v7.1.0) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/docker-images.yml | 4 ++-- .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 bcd0da07..524fe4a3 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.0 + uses: ansys/actions/code-style@v10.3.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 69f0be4d..b08c7d5c 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -41,14 +41,14 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to ghcr.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and export to Docker - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: context: . file: docker/${{ matrix.image-names }}/Dockerfile diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index 5680b95c..9d7a9e95 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.0 + uses: ansys/actions/hk-package-clean-except@v10.3.1 with: package-org: 'ansys' package-name: ${{ matrix.image }}