Skip to content

Commit

Permalink
chore: bump epam/ai-dial-ci from 1.10.1 to 1.10.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.10.1 to 1.10.2.
- [Release notes](https://github.com/epam/ai-dial-ci/releases)
- [Commits](epam/ai-dial-ci@1.10.1...1.10.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 Dec 25, 2024
1 parent 82fb9db commit a5077c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.1
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.2
with:
gitlab-project-id: "2350"
gitlab-project-ref: "master"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.1
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.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/java_pr.yml@1.10.1
uses: epam/ai-dial-ci/.github/workflows/java_pr.yml@1.10.2
secrets: inherit
with:
java_version: 21
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/java_release.yml@1.10.1
uses: epam/ai-dial-ci/.github/workflows/java_release.yml@1.10.2
secrets: inherit
with:
java_version: 21

0 comments on commit a5077c4

Please sign in to comment.