From a32f3a5e225ceb2907e00dfe277b009454dd6e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:16:23 +0000 Subject: [PATCH] chore: bump threeal/cmake-action from 1.3.0 to 2.0.0 Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/threeal/cmake-action/releases) - [Commits](https://github.com/threeal/cmake-action/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: threeal/cmake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a0cbad2..a1b0ebc 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Build project - uses: threeal/cmake-action@v1.3.0 + uses: threeal/cmake-action@v2.0.0 with: options: MUSEN_BUILD_TESTS=ON MUSEN_BUILD_EXAMPLES=ON run-build: true