Skip to content

Commit

Permalink
chore: bump threeal/cmake-action from 1.2.0 to 1.3.0 (#30)
Browse files Browse the repository at this point in the history
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](threeal/cmake-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2023
1 parent a034b33 commit 4456377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: actions/[email protected]

- name: Configure and build this project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
run-build: true
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]

- name: Configure, build, and test this project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
args: -DBUILD_TESTING=ON
run-test: true
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]

- name: Configure and build this project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
cxx-flags: -Werror
args: -DBUILD_TESTING=ON
Expand Down

0 comments on commit 4456377

Please sign in to comment.