From 452129d073f94448905b95b0e2a9815fc7e2d5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:36:48 +0000 Subject: [PATCH] Bump ammaraskar/gcc-problem-matcher from 0.2.0 to 0.3.0 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] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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