From 920c3b80104901301cbc247a6434020b86069347 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 30 Jan 2026 15:42:32 +0800 Subject: [PATCH] chore: bump C++ Starter in CI to version 2.0.0 (#861) Signed-off-by: Alfi Maulana --- .github/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d9102ef..62c2507 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5.0.0 with: repository: threeal/cpp-starter - ref: v1.0.0 + ref: v2.0.0 - name: Checkout Action uses: actions/checkout@v5.0.0 @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v5.0.0 with: repository: threeal/cpp-starter - ref: v1.0.0 + ref: v2.0.0 path: project - name: Checkout Action @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v5.0.0 with: repository: threeal/cpp-starter - ref: v1.0.0 + ref: v2.0.0 - name: Checkout Action uses: actions/checkout@v5.0.0 @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@v5.0.0 with: repository: threeal/cpp-starter - ref: v1.0.0 + ref: v2.0.0 - name: Checkout Action uses: actions/checkout@v5.0.0 @@ -114,7 +114,7 @@ jobs: - name: Build Sample Project uses: ./cmake-action with: - options: BUILD_TESTING=ON + options: MY_FIBONACCI_ENABLE_TESTS=ON - name: Test Sample Project uses: threeal/ctest-action@v1.1.0 @@ -127,7 +127,7 @@ jobs: uses: actions/checkout@v5.0.0 with: repository: threeal/cpp-starter - ref: v1.0.0 + ref: v2.0.0 - name: Checkout Action uses: actions/checkout@v5.0.0