diff --git a/.github/workflows/repo-mirror.yml b/.github/workflows/repo-mirror.yml index 2f57dda611..7a89a88a63 100644 --- a/.github/workflows/repo-mirror.yml +++ b/.github/workflows/repo-mirror.yml @@ -6,7 +6,7 @@ jobs: to_internal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: pixta-dev/repository-mirroring-action@v1