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/
This commit is contained in:
David Capello 2024-02-16 12:42:53 -03:00
parent 9be7c66376
commit 5e83ceb9a7

View File

@ -14,7 +14,7 @@ jobs:
build_type: Debug build_type: Debug
enable_ui: on enable_ui: on
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
submodules: 'recursive' submodules: 'recursive'
- name: ccache - name: ccache