From fd5bcca300389481324b1d284c2941b721d3207c Mon Sep 17 00:00:00 2001 From: Irena Rindos Date: Mon, 10 Nov 2025 13:39:23 -0500 Subject: [PATCH] Revert "chore: upgrade backport runner (#6236)" (#6238) This reverts commit 53bb4fa72be3443aed7cb9eb622c3013d7b2c0c4. --- .github/workflows/backport.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 74b3aa4210..e4c8d050c8 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,7 +16,8 @@ jobs: runs-on: ${{ fromJSON(vars.RUNNER) }} container: hashicorpdev/backport-assistant:0.5.1 steps: - - uses: actions/checkout@51b96e0b55bdb46765f2a117c2b9c2b51fc766d4 # v6.0.0 + # Note: actions/checkout v5 breaks the backport assistant, so we pin to v4.2.2 for now. + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # Fetch all branches and tags - name: Check if any migrations have changed