Skip to content

Commit b53fd20

Browse files
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](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>
1 parent 1d13ff1 commit b53fd20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v3.5.3
7676

7777
- name: Configure and build project
78-
uses: threeal/cmake-action@v1.2.0
78+
uses: threeal/cmake-action@v1.3.0
7979
with:
8080
source-dir: ${{ matrix.package }}
8181
run-build: true
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@v3.5.3
9191

9292
- name: Configure and build project
93-
uses: threeal/cmake-action@v1.2.0
93+
uses: threeal/cmake-action@v1.3.0
9494
with:
9595
source-dir: ${{ matrix.package }}
9696
cxx-compiler: cl

0 commit comments

Comments
 (0)