From b53fd209fd748fbc17328f38133bb776858053e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:18:01 +0800 Subject: [PATCH] chore: bump threeal/cmake-action from 1.2.0 to 1.3.0 (#45) Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/threeal/cmake-action/releases) - [Commits](https://github.com/threeal/cmake-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: threeal/cmake-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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d43613..5f2d076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.2.0 + uses: threeal/cmake-action@v1.3.0 with: source-dir: ${{ matrix.package }} run-build: true @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.2.0 + uses: threeal/cmake-action@v1.3.0 with: source-dir: ${{ matrix.package }} cxx-compiler: cl