From 256d06ff756967fa00e106ee77e7b0b2c41a3757 Mon Sep 17 00:00:00 2001 From: Ezra Buehler Date: Sat, 18 May 2024 11:57:19 +0200 Subject: [PATCH] ci: Update actions/checkout to v4 This removes the following warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17f1d0c..d43e668 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code including full history and submodules - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0