diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index bf2a1125ba..1391ab295a 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -12,7 +12,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout Main - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Use Node