From 7b2b728c598e46071130ba5b1a5c3e961c39dc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:23:24 -0800 Subject: [PATCH] Bump ammaraskar/gcc-problem-matcher from 0.2.0 to 0.3.0 (#1810) 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](https://github.com/ammaraskar/gcc-problem-matcher/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/c.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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