From 32bd87c1e865acb585e0dec0bf6a05250816d382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:15:00 +0000 Subject: [PATCH] Bump ammaraskar/msvc-problem-matcher from 0.2.0 to 0.3.0 Bumps [ammaraskar/msvc-problem-matcher](https://github.com/ammaraskar/msvc-problem-matcher) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ammaraskar/msvc-problem-matcher/releases) - [Commits](https://github.com/ammaraskar/msvc-problem-matcher/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: ammaraskar/msvc-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 d66b865a3a5..9bfca9e15f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -271,7 +271,7 @@ jobs: - name: "[Windows] Set up MSVC problem matcher" if: runner.os == 'Windows' - uses: ammaraskar/msvc-problem-matcher@0.2.0 + uses: ammaraskar/msvc-problem-matcher@0.3.0 - name: "Build" run: cmake --build . --config RelWithDebInfo