From 751e5ae42f586658444d091fb702899489e41ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:46:46 +0000 Subject: [PATCH] Bump liskin/gh-problem-matcher-wrap from 2.0.2 to 3.0.0 Bumps [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases) - [Commits](https://github.com/liskin/gh-problem-matcher-wrap/compare/a89a18291dcde8d4e6158adf736b5432987bbf95...e7b7beaaafa52524748b31a381160759d68d61fb) --- updated-dependencies: - dependency-name: liskin/gh-problem-matcher-wrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 361d2bf95..c27d1bee5 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.8' - run: python -m pip install flake8 - - uses: liskin/gh-problem-matcher-wrap@a89a18291dcde8d4e6158adf736b5432987bbf95 + - uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb with: linters: flake8 run: flake8 @@ -28,7 +28,7 @@ jobs: with: python-version: '3.8' - run: python -m pip install isort - - uses: liskin/gh-problem-matcher-wrap@a89a18291dcde8d4e6158adf736b5432987bbf95 + - uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb with: linters: isort run: isort --check --diff studio