From 3339c51be7ac8ef4605d5c675d782ffbf9699d0d Mon Sep 17 00:00:00 2001 From: Kesavan Yogeswaran Date: Sun, 4 Feb 2024 11:56:13 -0500 Subject: [PATCH] Update to actions/checkout@v4 Update GitHub action to remove Node deprecation warning --- .github/workflows/mdbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 69bcd46..03f06f2 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -12,7 +12,7 @@ jobs: pages: write # To push to a GitHub Pages site id-token: write # To update the deployment status steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install latest mdbook