Browse Source

github: [skip ci]: bump ammaraskar/gcc-problem-matcher

Bumps [ammaraskar/gcc-problem-matcher](https://github.com/ammaraskar/gcc-problem-matcher) 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...0.3.0)

---
updated-dependencies:
- dependency-name: ammaraskar/gcc-problem-matcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 year ago
parent
commit
520b9dce03
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/pull_request.yml

+ 1 - 1
.github/workflows/main.yml

@@ -34,7 +34,7 @@ jobs:
             compilier: clang
     steps:
       - uses: actions/checkout@v4
-      - uses: ammaraskar/gcc-problem-matcher@0.2.0
+      - uses: ammaraskar/gcc-problem-matcher@0.3.0
       - name: build
         run: |
           cd /code

+ 1 - 1
.github/workflows/pull_request.yml

@@ -39,7 +39,7 @@ jobs:
             compilier: clang
     steps:
       - uses: actions/checkout@v4
-      - uses: ammaraskar/gcc-problem-matcher@0.2.0
+      - uses: ammaraskar/gcc-problem-matcher@0.3.0
       - name: build
         run: |
           cd /code