Skip to content

Commit 05ce258

Browse files
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.9.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@4.9.0...4.10.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_pr.yml` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@4.9.0...4.10.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_release.yml` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@4.9.0...4.10.0) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 4.10.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.10.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.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96a4ea6 commit 05ce258

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

1616
jobs:
1717
pr-title-check:
18-
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.9.0
18+
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.10.0
1919
secrets:
2020
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
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
run_tests:
13-
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@4.9.0
13+
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@4.10.0
1414
secrets: inherit
1515
with:
1616
python-version: "3.10"

.github/workflows/release.yml

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

1212
jobs:
1313
release:
14-
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@4.9.0
14+
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@4.10.0
1515
with:
1616
promote: true # HACK: skip RC phase, project does not require stabilization period before releasing stable versions
1717
python-version: "3.10"

0 commit comments

Comments
 (0)