Skip to content

Commit 541f308

Browse files
chore: bump the ai-dial-ci group with 3 updates (#301)
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 2.7.3 to 2.8.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@2.7.3...2.8.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_pr.yml` from 2.7.3 to 2.8.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@2.7.3...2.8.0) Updates `epam/ai-dial-ci/.github/workflows/python_package_release.yml` from 2.7.3 to 2.8.0 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@2.7.3...2.8.0) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/pr-title-check.yml dependency-version: 2.8.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: 2.8.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: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-dial-ci ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 228b6a3 commit 541f308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99

1010
jobs:
1111
pr-title-check:
12-
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.7.3
12+
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.8.0
1313
secrets:
1414
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
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run_tests:
9-
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.7.3
9+
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.8.0
1010
secrets: inherit
1111
with:
1212
python-version: 3.9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release:
9-
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@2.7.3
9+
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@2.8.0
1010
secrets: inherit
1111
with:
1212
python-version: 3.9

0 commit comments

Comments
 (0)