Skip to content
Open
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/cicd_comp_initialize-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

# Execute the paths-filter step to determine changes
# For PRs, paths-filter automatically uses GitHub API to get changed files
- uses: dorny/paths-filter@v3.0.1
- uses: dorny/paths-filter@v3.0.3
if: ${{ inputs.change-detection == 'enabled' }}
id: filter
with:
Expand Down
Loading