From 3bbed9cd4839afc9bb818f87dd56338012d3cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:31:31 +0000 Subject: [PATCH] [gha] Bump open-edge-platform/orch-ci from 0.1.28 to 0.1.31 Bumps [open-edge-platform/orch-ci](https://github.com/open-edge-platform/orch-ci) from 0.1.28 to 0.1.31. - [Commits](https://github.com/open-edge-platform/orch-ci/compare/e6058fe60cbb803e7d7935571ccd50753bc31ec8...5ea97eb41959d0922ab99956b4db23910f4fb4a2) --- updated-dependencies: - dependency-name: open-edge-platform/orch-ci dependency-version: 0.1.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index f15d2fa..96c1f86 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@e6058fe60cbb803e7d7935571ccd50753bc31ec8 # 0.1.28 + uses: open-edge-platform/orch-ci/.github/actions/pr_updater@5ea97eb41959d0922ab99956b4db23910f4fb4a2 # 0.1.31 with: github_token: ${{ secrets.SYS_ORCH_GITHUB }}