From 04d7a7dc2159f8f2f6ef76cd599dc9f12ff099b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:11:50 +0000 Subject: [PATCH] chore: bump epam/ai-dial-ci/.github/workflows/python_docker_release.yml Bumps [epam/ai-dial-ci/.github/workflows/python_docker_release.yml](https://github.com/epam/ai-dial-ci) from 2.2.0 to 3.1.1. - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/2.2.0...3.1.1) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/python_docker_release.yml dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 620e040..4eae3d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ concurrency: jobs: release: - uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@2.2.0 + uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.1.1 secrets: inherit with: python-version: "3.12"