diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index feba2e4..5b7849f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,12 +20,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Checkout ai-handbook - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: bob798/ai-handbook path: _handbook