From 988365f5689e07fde7cc980b48398e5b02890aed Mon Sep 17 00:00:00 2001 From: Slobodan Pavlic <71560161+guybrush77@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:55:48 -0500 Subject: [PATCH] Update build.yml --- .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 036cd08..b87c062 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: compiler: [ { cxx: g++-9, c: gcc-9 }, { cxx: clang++-11, c: clang-11 } ] build-type: [ Debug, Release ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: lukka/get-cmake@latest - name: Install compiler