Skip to content

Commit

Permalink
chore: bump epam/ai-dial-ci from 1.9.1 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps [epam/ai-dial-ci](https://github.com/epam/ai-dial-ci) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/epam/ai-dial-ci/releases)
- [Commits](epam/ai-dial-ci@1.9.1...1.9.2)

---
updated-dependencies:
- dependency-name: epam/ai-dial-ci
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 2a660cb commit 442ef6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.9.1
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.9.2
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@1.9.1
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@1.9.2
secrets: inherit
with:
python_version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@1.9.1
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@1.9.2
secrets: inherit
with:
python_version: 3.11
Expand Down

0 comments on commit 442ef6c

Please sign in to comment.