From 3d31265f104b53da7583b9e8b09e88ee16cff6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:08:13 +0000 Subject: [PATCH] chore: bump the ai-dial-ci group across 1 directory with 4 updates Bumps the ai-dial-ci group with 4 updates in the / directory: [epam/ai-dial-ci/.github/workflows/deploy-development.yml](https://github.com/epam/ai-dial-ci), [epam/ai-dial-ci/.github/workflows/pr-title-check.yml](https://github.com/epam/ai-dial-ci), [epam/ai-dial-ci/.github/workflows/python_docker_pr.yml](https://github.com/epam/ai-dial-ci) and [epam/ai-dial-ci/.github/workflows/python_docker_release.yml](https://github.com/epam/ai-dial-ci). Updates `epam/ai-dial-ci/.github/workflows/deploy-development.yml` from 4.4.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.4.0...4.10.0) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 4.4.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.4.0...4.10.0) Updates `epam/ai-dial-ci/.github/workflows/python_docker_pr.yml` from 4.4.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.4.0...4.10.0) Updates `epam/ai-dial-ci/.github/workflows/python_docker_release.yml` from 4.4.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.4.0...4.10.0) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/deploy-development.yml dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_docker_release.yml dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-development.yml | 2 +- .github/workflows/pr-title-check.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 274b228..b72154f 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -40,7 +40,7 @@ jobs: gitlab-project-id: "3044" name: Deploy to ${{ matrix.environment-name }} - uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.4.0 + uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.10.0 with: gitlab-project-id: ${{ matrix.gitlab-project-id }} environment-name: ${{ matrix.environment-name }} diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 2705ad0..2328870 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -15,6 +15,6 @@ concurrency: jobs: pr-title-check: - uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.4.0 + uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.10.0 secrets: ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 450feb3..9c444d6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ concurrency: jobs: run_tests: - uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@4.4.0 + uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@4.10.0 with: python-version: 3.11 poetry-version: 2.2.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6d628b..7fb6583 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ concurrency: jobs: release: - uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@4.4.0 + uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@4.10.0 with: promote: ${{ github.event_name == 'workflow_dispatch' && inputs.promote }} python-version: 3.11