Skip to content

Commit 07bb0fb

Browse files
chore: bump the ai-dial-ci group with 3 updates (#52)
1 parent f544daa commit 07bb0fb

3 files changed

Lines changed: 5 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
@@ -13,6 +13,6 @@ concurrency:
1313

1414
jobs:
1515
pr-title-check:
16-
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.8.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ concurrency:
1010

1111
jobs:
1212
run_tests:
13-
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.8.1
13+
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@3.1.1
1414
secrets: inherit
1515
with:
1616
python-version: 3.9
17+
poetry-version: 1.8.5
1718
code-checks-python-versions: '["3.9", "3.10", "3.11", "3.12"]'

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ concurrency:
1010

1111
jobs:
1212
release:
13-
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@2.8.1
13+
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@3.1.1
1414
secrets: inherit
1515
with:
1616
python-version: 3.9
17+
poetry-version: 1.8.5
1718
code-checks-python-versions: '["3.9", "3.10", "3.11", "3.12"]'

0 commit comments

Comments
 (0)