diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 8da4af5d12..891bb5dfec 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -29,7 +29,7 @@ jobs: ninja-build libunwind-dev cmake #sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7 - name: GCC Problem Matcher - uses: ammaraskar/gcc-problem-matcher@0.2.0 + uses: ammaraskar/gcc-problem-matcher@0.3.0 - name: Set up Go uses: actions/setup-go@v5 id: go