diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41f49d2..bb727c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -220,7 +220,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@0.2.0 - name: 'Set Up Problem Matcher (Linux / macOS)' if: runner.os == 'Linux' || runner.os == 'macOS' - uses: ammaraskar/gcc-problem-matcher@0.2.0 + uses: ammaraskar/gcc-problem-matcher@0.3.0 - name: 'Build opendds-monitor (Linux / macOS)' if: runner.os == 'Linux' || runner.os == 'macOS' shell: bash