From c4dc8237408d2f4c33a7690f793cc0272eac4f7c Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 15 Oct 2024 16:35:47 -0700 Subject: [PATCH] fix: usage of `a deprecated Node.js version` in CI --- .github/workflows/book-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index fb3870449..55b2ab144 100644 --- a/.github/workflows/book-cd.yml +++ b/.github/workflows/book-cd.yml @@ -11,7 +11,7 @@ jobs: contents: write # To push a branch pull-requests: write # To create a PR from that branch steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install latest mdbook