Skip to content

Commit

Permalink
Merge pull request #12693 from mixxxdj/dependabot/github_actions/amma…
Browse files Browse the repository at this point in the history
…raskar/gcc-problem-matcher-0.3.0

Bump ammaraskar/gcc-problem-matcher from 0.2.0 to 0.3.0
  • Loading branch information
daschuer authored Jan 29, 2024
2 parents a7af572 + 71b9a5d commit 4744c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
..
working-directory: build
- name: Set up problem matcher
uses: ammaraskar/gcc-problem-matcher@0.2.0
uses: ammaraskar/gcc-problem-matcher@0.3.0
# Work around https://github.com/actions/runner-images/issues/8659
- name: "Remove GCC 13 from runner image (workaround)"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

- name: "[Ubuntu/macOS] Set up gcc/clang problem matcher"
if: runner.os != 'Windows'
uses: ammaraskar/gcc-problem-matcher@0.2.0
uses: ammaraskar/gcc-problem-matcher@0.3.0

- name: "[Windows] Set up MSVC problem matcher"
if: runner.os == 'Windows'
Expand Down

0 comments on commit 4744c37

Please sign in to comment.