From 682c4ab06e3acb54266620646163b9c28ce32694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:44:20 +0000 Subject: [PATCH] chore: bump the ai-dial-ci group across 1 directory with 2 updates Bumps the ai-dial-ci group with 2 updates in the / directory: [epam/ai-dial-ci/.github/workflows/deploy-development.yml](https://github.com/epam/ai-dial-ci) and [epam/ai-dial-ci/.github/workflows/pr-title-check.yml](https://github.com/epam/ai-dial-ci). Updates `epam/ai-dial-ci/.github/workflows/deploy-development.yml` from 3.2.0 to 4.4.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/3.2.0...4.4.0) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 3.2.0 to 4.4.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/3.2.0...4.4.0) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/deploy-development.yml dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-development.yml | 2 +- .github/workflows/pr-title-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index cf80c2b..1ad8bd6 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -17,7 +17,7 @@ jobs: github.event_name == 'workflow_dispatch' || github.event.registry_package.package_version.container_metadata.tag.name == 'development' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development') - uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.2.0 + uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.4.0 with: gitlab-project-id: "3064" gitlab-project-ref: "main" diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 648fbab..e340772 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -16,6 +16,6 @@ concurrency: jobs: pr-title-check: - uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@3.2.0 + uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.4.0 secrets: ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}