Skip to content

Commit 45d5534

Browse files
[gha] bump open-edge-platform/orch-ci from 0.1.14 to 0.1.21 (#90)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7312139 commit 45d5534

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.21
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
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Setup"
30-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@13722579bc8edfb712203cb8e88fcc404d2218bc # 0.1.9
30+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.9
3131
with:
3232
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3333
bootstrap_tools: "go,gotools,nodejs"
@@ -61,7 +61,7 @@ jobs:
6161
persist-credentials: false
6262

6363
- name: "Setup"
64-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@13722579bc8edfb712203cb8e88fcc404d2218bc # 0.1.9
64+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.9
6565
with:
6666
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
6767
bootstrap_tools: "go,gotools"
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: "Setup"
97-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@13722579bc8edfb712203cb8e88fcc404d2218bc # 0.1.9
97+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.9
9898
with:
9999
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
100100
bootstrap_tools: "go,gotools"

.github/workflows/service-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Bootstrap CI environment
30-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@13722579bc8edfb712203cb8e88fcc404d2218bc # 0.1.9
30+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.9
3131
with:
3232
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3333

.github/workflows/validate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Bootstrap CI environment
28-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@13722579bc8edfb712203cb8e88fcc404d2218bc # 0.1.9
28+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@3bdd409ccf738472c6e1547d14628b51c70dbe99 # 0.1.9
2929
with:
3030
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3131

0 commit comments

Comments
 (0)