From 324f24625e6d22b91093c7638f5c2a9f2adcb7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:23:58 +0800 Subject: [PATCH] chore: bump threeal/ctest-action from 1.0.0 to 1.1.0 (#355) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 094a0e3..8f958ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -133,7 +133,7 @@ jobs: options: BUILD_TESTING=ON - name: Test Project - uses: threeal/ctest-action@v1.0.0 + uses: threeal/ctest-action@v1.1.0 test-action-with-custom-generator: name: Test Action With Custom Generator