From 48b79aaa0a083c8fb19263fd3eeb2c7250bbef05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:08:03 +0000 Subject: [PATCH] chore: bump the ai-dial-ci group with 4 updates Bumps the ai-dial-ci group with 4 updates: [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/java_pr.yml](https://github.com/epam/ai-dial-ci) and [epam/ai-dial-ci/.github/workflows/java_release.yml](https://github.com/epam/ai-dial-ci). Updates `epam/ai-dial-ci/.github/workflows/deploy-development.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.0.0...4.0.1) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.0.0...4.0.1) Updates `epam/ai-dial-ci/.github/workflows/java_pr.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.0.0...4.0.1) Updates `epam/ai-dial-ci/.github/workflows/java_release.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](https://github.com/epam/ai-dial-ci/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/deploy-development.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/java_pr.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/java_release.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch 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 48aca0f..05705f3 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -14,7 +14,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@4.0.0 + uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.0.1 with: gitlab-project-id: "1831" secrets: diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 50ff544..8983b5d 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.0.0 + uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.0.1 secrets: ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bfee832..c281313 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,5 +10,5 @@ concurrency: jobs: run_tests: - uses: epam/ai-dial-ci/.github/workflows/java_pr.yml@4.0.0 + uses: epam/ai-dial-ci/.github/workflows/java_pr.yml@4.0.1 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65eb83d..42b9839 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/java_release.yml@4.0.0 + uses: epam/ai-dial-ci/.github/workflows/java_release.yml@4.0.1 with: promote: ${{ github.event_name == 'workflow_dispatch' && inputs.promote }} secrets: inherit