Skip to content

Commit 8525b22

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.1.0 to 3.1.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.1.0...3.1.1) Updates `epam/ai-dial-ci/.github/workflows/pr-title-check.yml` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.1.0...3.1.1) Updates `epam/ai-dial-ci/.github/workflows/python_docker_pr.yml` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.1.0...3.1.1) Updates `epam/ai-dial-ci/.github/workflows/python_docker_release.yml` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/epam/ai-dial-ci/releases) - [Commits](epam/ai-dial-ci@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: epam/ai-dial-ci/.github/workflows/deploy-development.yml dependency-version: 3.1.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: 3.1.1 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.1.1 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.1.1 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 241a454 commit 8525b22

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
@@ -38,7 +38,7 @@ jobs:
3838
gitlab-project-id: "2461"
3939

4040
name: Deploy to ${{ matrix.environment-name }}
41-
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.1.0
41+
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@3.1.1
4242
with:
4343
gitlab-project-id: ${{ matrix.gitlab-project-id }}
4444
environment-name: ${{ matrix.environment-name }}

.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.1.0
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
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
run_tests:
13-
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@3.1.0
13+
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@3.1.1
1414
with:
1515
python-version: 3.11
1616
poetry-version: 2.2.1

.github/workflows/release.yml

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

1111
jobs:
1212
release:
13-
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.1.0
13+
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.1.1
1414
secrets: inherit
1515
with:
1616
python-version: 3.11

0 commit comments

Comments
 (0)