diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e4c8d050c8..7f031eae62 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,7 +17,7 @@ jobs: container: hashicorpdev/backport-assistant:0.5.1 steps: # Note: actions/checkout v5 breaks the backport assistant, so we pin to v4.2.2 for now. - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 # Fetch all branches and tags - name: Check if any migrations have changed