Skip to content

Commit

Permalink
chore(ci): Update ammaraskar/gcc-problem-matcher from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Feb 19, 2024
1 parent 6780ee1 commit 8a0ea3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "distro_name=${distro_id}-${distro_codename}" >> "${GITHUB_OUTPUT}"
- name: Setup GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@0.2.0
uses: ammaraskar/gcc-problem-matcher@0.3.0

- name: Build (${{ matrix.build-type }})
env:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
echo "distro_name=${distro_id}-${version_id}" >> "${GITHUB_OUTPUT}"
- name: Setup GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@0.2.0
uses: ammaraskar/gcc-problem-matcher@0.3.0

- name: Build (${{ matrix.build-type }})
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup CLang problem matcher
# Technically, this action only supports GCC, but it seems to work well for Clang too.
if: matrix.build-type == 'debug'
uses: ammaraskar/gcc-problem-matcher@0.2.0
uses: ammaraskar/gcc-problem-matcher@0.3.0

- name: Build (${{ matrix.build-type }})
env:
Expand Down

0 comments on commit 8a0ea3d

Please sign in to comment.