diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 2b8120e..0e2c096 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -34,6 +34,6 @@ jobs: persist-credentials: false - name: Update pull requests - uses: open-edge-platform/orch-ci/.github/actions/pr_updater@b1568b1f8ad2d6b57a52fa1164cd3c7ae0c7f1ab # 0.1.41 + uses: open-edge-platform/orch-ci/.github/actions/pr_updater@5f1c7f544b235db6ded508b6b4c6a2d3a78a38be # 0.1.45 with: github_token: ${{ secrets.SYS_ORCH_GITHUB }} diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 44e0493..95ed79b 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -18,7 +18,7 @@ jobs: pre-merge: permissions: contents: read - uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.41 + uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.45 with: bootstrap_tools: "base,go" cache_go: true