From 5fdd20aa0d3ed72da7b5695fe8acb7476d066a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:19:13 +0000 Subject: [PATCH] Actions: Bump xt0rted/markdownlint-problem-matcher from 1 to 3 Bumps [xt0rted/markdownlint-problem-matcher](https://github.com/xt0rted/markdownlint-problem-matcher) from 1 to 3. - [Release notes](https://github.com/xt0rted/markdownlint-problem-matcher/releases) - [Changelog](https://github.com/xt0rted/markdownlint-problem-matcher/blob/main/CHANGELOG.md) - [Commits](https://github.com/xt0rted/markdownlint-problem-matcher/compare/v1...v3) --- updated-dependencies: - dependency-name: xt0rted/markdownlint-problem-matcher dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53302f15..092fdf46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: xt0rted/markdownlint-problem-matcher@v1 + - uses: xt0rted/markdownlint-problem-matcher@v3 - name: "Run Markdown linter" uses: docker://avtodev/markdown-lint:v1 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eaed6d52..df111cf5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: xt0rted/markdownlint-problem-matcher@v1 + - uses: xt0rted/markdownlint-problem-matcher@v3 - name: "Run Markdown linter" uses: docker://avtodev/markdown-lint:v1 with: