diff --git a/.github/workflows/api-breaking-changes.yaml b/.github/workflows/api-breaking-changes.yaml index dcd07fe4f..edc5a0b2c 100644 --- a/.github/workflows/api-breaking-changes.yaml +++ b/.github/workflows/api-breaking-changes.yaml @@ -22,14 +22,14 @@ jobs: timeout-minutes: 15 steps: - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: head fetch-depth: 0 persist-credentials: false - name: Checkout base ref - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.base_ref }} path: base