Skip to content

Commit 094462e

Browse files
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.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.2.0...4.0.1) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 3.2.0 to 4.0.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.2.0...4.0.1) --- 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] <support@github.com>
1 parent 4390d8f commit 094462e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github.event_name == 'workflow_dispatch' ||
1818
github.event.registry_package.package_version.container_metadata.tag.name == 'development' ||
1919
(github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development')
20-
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.2.0
20+
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.0.1
2121
with:
2222
gitlab-project-id: "3064"
2323
gitlab-project-ref: "main"

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ concurrency:
1616

1717
jobs:
1818
pr-title-check:
19-
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@3.2.0
19+
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.0.1
2020
secrets:
2121
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}

0 commit comments

Comments
 (0)