From c16725b6754cbfd04ba1b3094defacae5608db75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 06:13:02 +0000 Subject: [PATCH] chore: bump threeal/ctest-action from 1.0.0 to 1.1.0 Bumps [threeal/ctest-action](https://github.com/threeal/ctest-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/threeal/ctest-action/releases) - [Commits](https://github.com/threeal/ctest-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: threeal/ctest-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42e907c..a47c609 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: run: cmake --build build - name: Test Project - uses: threeal/ctest-action@v1.0.0 + uses: threeal/ctest-action@v1.1.0 with: build-config: Debug