diff --git a/.github/workflows/full-workflow.yml b/.github/workflows/full-workflow.yml index f8b32c4..580c165 100644 --- a/.github/workflows/full-workflow.yml +++ b/.github/workflows/full-workflow.yml @@ -17,7 +17,7 @@ jobs: mongodb-version: [5.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: git fetch --prune --unshallow - name: Use Node.js ${{ matrix.node-version }}