From fd308b756b6dc9724f5412a088ea3700cb7e2850 Mon Sep 17 00:00:00 2001 From: pantor Date: Fri, 9 Jan 2026 14:21:43 +0100 Subject: [PATCH] bump setup-cpp action --- .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 365e2da..b03016a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v6 - name: Setup Cpp - uses: aminya/setup-cpp@v0.46.1 + uses: aminya/setup-cpp@v1.3.0 with: compiler: ${{ matrix.compiler }}