Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@2.6.0
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.6.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 @@ -10,7 +10,7 @@ concurrency:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/node_pr.yml@2.6.0
uses: epam/ai-dial-ci/.github/workflows/node_pr.yml@2.6.2
secrets: inherit
with:
node-version: "22"
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
uses: epam/ai-dial-ci/.github/workflows/node_test.yml@2.6.0
uses: epam/ai-dial-ci/.github/workflows/node_test.yml@2.6.2
with:
bypass-checks: false
format-checks-enabled: true
Expand All @@ -35,7 +35,7 @@ jobs:
is-latest: ${{ steps.semantic_versioning.outputs.is-latest }}
latest-tag: ${{ steps.semantic_versioning.outputs.latest-tag }}
steps:
- uses: epam/ai-dial-ci/actions/semantic_versioning@2.6.0
- uses: epam/ai-dial-ci/actions/semantic_versioning@2.6.2
id: semantic_versioning

release:
Expand All @@ -59,7 +59,7 @@ jobs:
remove-cached-tools: "true"
remove-large-packages: "true"

- uses: epam/ai-dial-ci/actions/generate_release_notes@2.6.0
- uses: epam/ai-dial-ci/actions/generate_release_notes@2.6.2
with:
latest-tag: ${{ needs.calculate_version.outputs.latest-tag }}

Expand All @@ -68,7 +68,7 @@ jobs:
lfs: true
token: ${{ secrets.ACTIONS_BOT_TOKEN }}

- uses: epam/ai-dial-ci/actions/node_prepare@2.6.0
- uses: epam/ai-dial-ci/actions/node_prepare@2.6.2
with:
node-version: "22"
clean-install: true
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
IS_DEVELOPMENT_BRANCH: ${{ github.ref == 'refs/heads/development' }}
IS_RELEASE_BRANCH: ${{ startsWith(github.ref, 'refs/heads/release-') }}

- uses: epam/ai-dial-ci/actions/publish_tag_release@2.6.0
- uses: epam/ai-dial-ci/actions/publish_tag_release@2.6.2
with:
tag-version: ${{ needs.calculate_version.outputs.next-version }}
changelog-file: "/tmp/my_changelog" # Comes from generate_release_notes step
Expand Down
Loading