From 0cb79b126dce12d87c501656ed14848f870f78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 11:02:18 +0000 Subject: [PATCH] chore: bump the ai-dial-ci group with 3 updates Bumps the ai-dial-ci group with 3 updates: [epam/ai-dial-ci/.github/workflows/pr-title-check.yml](https://github.com/epam/ai-dial-ci), [epam/ai-dial-ci/.github/workflows/python_package_pr.yml](https://github.com/epam/ai-dial-ci) and [epam/ai-dial-ci/.github/workflows/python_package_release.yml](https://github.com/epam/ai-dial-ci). Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.2.0...4.3.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_pr.yml` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.2.0...4.3.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_release.yml` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_package_pr.yml dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_package_release.yml dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-title-check.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 70c0261..a60417c 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.2.0 + uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.3.0 secrets: ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3edd1b9..99239a2 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_package_pr.yml@4.2.0 + uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@4.3.0 secrets: inherit with: python-version: "3.10" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a13ff7f..4df56b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ concurrency: jobs: release: - uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@4.2.0 + uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@4.3.0 with: promote: true # HACK: skip RC phase, project does not require stabilization period before releasing stable versions python-version: "3.10"