Skip to content

Commit 667def2

Browse files
[gha] Bump open-edge-platform/orch-ci from 0.1.14 to 0.1.29
Bumps [open-edge-platform/orch-ci](https://github.com/open-edge-platform/orch-ci) from 0.1.14 to 0.1.29. - [Commits](open-edge-platform/orch-ci@f341738...02da05e) --- updated-dependencies: - dependency-name: open-edge-platform/orch-ci dependency-version: 0.1.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16cfd45 commit 667def2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Update pull requests
37-
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
37+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@02da05ed6bd22b229f9899f050eb8b4b8a955c8f # 0.1.29
3838
with:
3939
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: "Verify Branch Name"
35-
uses: open-edge-platform/orch-ci/verify-branch-name@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
35+
uses: open-edge-platform/orch-ci/verify-branch-name@02da05ed6bd22b229f9899f050eb8b4b8a955c8f # 0.1.29
3636
- name: "Discover Changed Subfolders"
3737
id: discover-changes
38-
uses: open-edge-platform/orch-ci/discover-changed-subfolders@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
38+
uses: open-edge-platform/orch-ci/discover-changed-subfolders@02da05ed6bd22b229f9899f050eb8b4b8a955c8f # 0.1.29
3939
- name: "Filter Out Unwanted Changed Subfolders"
4040
id: filter-changes
4141
env:
@@ -140,7 +140,7 @@ jobs:
140140
# Checkout the branch that triggered the workflow to avoid detached HEAD
141141
ref: ${{ github.head_ref }}
142142
persist-credentials: false
143-
- uses: open-edge-platform/orch-ci/.github/actions/bootstrap@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
143+
- uses: open-edge-platform/orch-ci/.github/actions/bootstrap@02da05ed6bd22b229f9899f050eb8b4b8a955c8f # 0.1.29
144144
with:
145145
bootstrap_tools: "yq,aws,oras"
146146
- name: Configure AWS credentials

0 commit comments

Comments
 (0)