From f916e63c3131dc2d927543d349b4b60ddb9ebe51 Mon Sep 17 00:00:00 2001 From: O-Tom Date: Fri, 27 Sep 2024 10:37:11 +0200 Subject: [PATCH] chore(ci): well, get-cmake@latest is the right version... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67cb9f4..b39a29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - uses: lukka/get-cmake@v3 + - uses: lukka/get-cmake@latest - name: Dump the content of $RUNNER_TEMP shell: bash run: find $RUNNER_TEMP