Module: kamailio
Branch: master
Commit: 520b9dce03d695cd1d95432e6bf52ed47d046cd4
URL:
https://github.com/kamailio/kamailio/commit/520b9dce03d695cd1d95432e6bf52ed…
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-01-30T07:40:57+01:00
github: [skip ci]: bump ammaraskar/gcc-problem-matcher
Bumps [
ammaraskar/gcc-problem-matcher](https://github.com/ammaraskar/gcc-problem-m…
from 0.2.0 to 0.3.0.
- [Release
notes](https://github.com/ammaraskar/gcc-problem-matcher/releases)
- [
Commits](https://github.com/ammaraskar/gcc-problem-matcher/compare/0.2.0...…
---
updated-dependencies:
- dependency-name: ammaraskar/gcc-problem-matcher
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
---
Modified: .github/workflows/main.yml
Modified: .github/workflows/pull_request.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/520b9dce03d695cd1d95432e6bf52ed…
Patch:
https://github.com/kamailio/kamailio/commit/520b9dce03d695cd1d95432e6bf52ed…
---
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 86b05df1822..8b7ae03a271 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
compilier: clang
steps:
- uses: actions/checkout@v4
- - uses: ammaraskar/gcc-problem-matcher(a)0.2.0
+ - uses: ammaraskar/gcc-problem-matcher(a)0.3.0
- name: build
run: |
cd /code
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index cda04d04389..e17814b8481 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -39,7 +39,7 @@ jobs:
compilier: clang
steps:
- uses: actions/checkout@v4
- - uses: ammaraskar/gcc-problem-matcher(a)0.2.0
+ - uses: ammaraskar/gcc-problem-matcher(a)0.3.0
- name: build
run: |
cd /code