diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa4e648..8a91025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: CI Build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work.