Skip to content

Commit fed8272

Browse files
authored
Orch-ci version bump
1 parent 683f912 commit fed8272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
- name: "Discover Changed Files"
2828
id: discover-changed-files
29-
uses: open-edge-platform/orch-ci/discover-changed-files@50452868e1a7850e3f76e9247e6b6e436a9980e1 # v0.1.61
29+
uses: open-edge-platform/orch-ci/discover-changed-files@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
3030
with:
3131
project_folder: "."
3232
- name: "Filter Out Unwanted Changed Files"
@@ -60,7 +60,7 @@ jobs:
6060
statuses: read
6161
needs: pre-checks
6262
if: ${{ needs.pre-checks.outputs.filtered_files != '[]' && needs.pre-checks.outputs.filtered_files != '[""]' }}
63-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@50452868e1a7850e3f76e9247e6b6e436a9980e1 # v0.1.61
63+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
6464
with:
6565
run_version_check: true
6666
run_version_tag: true

0 commit comments

Comments
 (0)