Skip to content

Commit

Permalink
chore: bump threeal/cmake-action from 1.3.0 to 2.0.0 (#174)
Browse files Browse the repository at this point in the history
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](threeal/cmake-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
dependabot[bot] and threeal authored Aug 10, 2024
1 parent 5cf1f37 commit 04b682a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Configure Project
uses: threeal/cmake-action@v1.3.0
uses: threeal/cmake-action@v2.0.0
with:
run-build: false

- name: Build Project
run: cmake --build build --config Release
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Configure Project
uses: threeal/cmake-action@v1.3.0
uses: threeal/cmake-action@v2.0.0
with:
options: MY_FIBONACCI_ENABLE_TESTS=ON
run-build: false

- name: Check Formatting
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Configure Project
uses: threeal/cmake-action@v1.3.0
uses: threeal/cmake-action@v2.0.0
with:
options: MY_FIBONACCI_ENABLE_TESTS=ON
run-build: false

- name: Build Project
run: cmake --build build
Expand Down

0 comments on commit 04b682a

Please sign in to comment.