We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa96ef commit 2586b20Copy full SHA for 2586b20
.github/workflows/auto-update.yml
@@ -34,6 +34,6 @@ jobs:
34
persist-credentials: false
35
36
- name: Update pull requests
37
- uses: open-edge-platform/orch-ci/.github/actions/pr_updater@c1686d1b8c91c27b418c03fd75d28e5d97cc0e7d # 0.1.51
+ uses: open-edge-platform/orch-ci/.github/actions/pr_updater@76700c2fb6d547733b9218d9638dca43f5296399 # 0.1.52
38
with:
39
github_token: ${{ secrets.SYS_ORCH_GITHUB }}
.github/workflows/pre-merge.yml
@@ -18,7 +18,7 @@ jobs:
18
pre-merge:
19
permissions:
20
contents: read
21
- uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.51
+ uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.52
22
23
bootstrap_tools: "base,go"
24
cache_go: true
0 commit comments