Skip to content

Commit e6c65f1

Browse files
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/python_docker_pr.yml](https://github.com/epam/ai-dial-ci) and [epam/ai-dial-ci/.github/workflows/python_docker_release.yml](https://github.com/epam/ai-dial-ci). Updates `epam/ai-dial-ci/.github/workflows/deploy-development.yml` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.0.1...3.0.2) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.0.1...3.0.2) Updates `epam/ai-dial-ci/.github/workflows/python_docker_pr.yml` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.0.1...3.0.2) Updates `epam/ai-dial-ci/.github/workflows/python_docker_release.yml` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.0.1...3.0.2) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/deploy-development.yml dependency-version: 3.0.2 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: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci - dependency-name: epam/ai-dial-ci/.github/workflows/python_docker_release.yml dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c54c58 commit e6c65f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event_name == 'workflow_dispatch' ||
1515
github.event.registry_package.package_version.container_metadata.tag.name == 'development' ||
1616
(github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development')
17-
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.0.1
17+
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.1.1
1818
with:
1919
gitlab-project-id: "2985"
2020
gitlab-project-ref: "master"

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

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

1414
jobs:
1515
pr-title-check:
16-
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@3.0.1
16+
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@3.1.1
1717
secrets:
1818
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
run_tests:
17-
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@3.0.1
17+
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@3.1.1
1818
secrets: inherit
1919
with:
2020
python-version: "3.13"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
release:
17-
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.0.1
17+
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.1.1
1818
secrets: inherit
1919
with:
2020
python-version: "3.13"

0 commit comments

Comments
 (0)