Module: kamailio
Branch: master
Commit: e71b02a326e2ce54e4bf6c6c209f79af43c54278
URL:
https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79a…
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-12-10T07:59:12+01:00
github: [skip ci]: bump threeal/cmake-action from 2.0.0 to 2.1.0
Bumps [
threeal/cmake-action](https://github.com/threeal/cmake-action) from 2.0.0 to
2.1.0.
- [Release
notes](https://github.com/threeal/cmake-action/releases)
- [
Commits](https://github.com/threeal/cmake-action/compare/v2.0.0...v2.1.0)
---
updated-dependencies:
- dependency-name: threeal/cmake-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
---
Modified: .github/workflows/cmake_build.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79a…
Patch:
https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79a…
---
diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml
index 8bab75c65bb..73ab19ef5d7 100644
--- a/.github/workflows/cmake_build.yml
+++ b/.github/workflows/cmake_build.yml
@@ -49,7 +49,7 @@ jobs:
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Build Project natively
- uses: threeal/cmake-action(a)v2.0.0
+ uses: threeal/cmake-action(a)v2.1.0
# Step runs for all except this combination
if: matrix.os != 'ubuntu-latest' || matrix.target_arch != 'aarch64'
with:
@@ -62,7 +62,7 @@ jobs:
- name: Build Project with cross-compiler
if: matrix.os == 'ubuntu-latest' && matrix.target_arch ==
'aarch64'
- uses: threeal/cmake-action(a)v2.0.0
+ uses: threeal/cmake-action(a)v2.1.0
with:
build-dir: ${{github.workspace}}/build
build-args: -j8