diff --git a/.github/workflows/find-dead-code.yml b/.github/workflows/find-dead-code.yml index df70bffa815f..8e72f159c550 100644 --- a/.github/workflows/find-dead-code.yml +++ b/.github/workflows/find-dead-code.yml @@ -13,9 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 - with: - fetch-depth: 0 + uses: actions/checkout@v6 - name: Setup Xcode run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer