Skip to content

Commit

Permalink
github: [skip ci]: bump ammaraskar/gcc-problem-matcher
Browse files Browse the repository at this point in the history
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](ammaraskar/gcc-problem-matcher@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and linuxmaniac committed Jan 30, 2024
1 parent 3426b15 commit 520b9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 520b9dc

Please sign in to comment.