diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2eed76..de5e1fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - Debug - Release steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DHTML_UI_ENABLE_SAMPLE=1