From f303be1157f43d9ea8cc971d703a7f60736da302 Mon Sep 17 00:00:00 2001 From: Anjan Roy Date: Mon, 22 Jan 2024 20:03:48 +0400 Subject: [PATCH] update Github Actions script to use new version of `actions` Signed-off-by: Anjan Roy --- .github/workflows/test_ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 4107bda..7519d49 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -14,12 +14,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v3 - # From https://github.com/marketplace/actions/actions-setup-cmake - - name: Setup CMake - uses: jwlawson/actions-setup-cmake@v1.13 - with: - cmake-version: 'latest' + - uses: actions/checkout@v4 - name: Setup Google-Test run: | pushd ~