diff --git a/.github/workflows/changesets-version.yml b/.github/workflows/changesets-version.yml index e44d5b7f9a..f9f99df2d7 100644 --- a/.github/workflows/changesets-version.yml +++ b/.github/workflows/changesets-version.yml @@ -14,6 +14,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + filter: blob:none + fetch-depth: 0 + persist-credentials: false - name: Set up toolchain uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@5.0.14