From 5e83ceb9a7500920f8faec4b853ded158ba68f32 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 16 Feb 2024 12:42:53 -0300 Subject: [PATCH] Update checkout GitHub action to avoid warning about deprecated node.js 16 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e04071559..6089fabd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build_type: Debug enable_ui: on steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' - name: ccache