Skip to content

Commit

Permalink
chore: bump threeal/cmake-action from 1.2.0 to 1.3.0 (#45)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent 1d13ff1 commit b53fd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b53fd20

Please # to comment.