diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ef2b33f..96eaabee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,6 +35,6 @@ jobs: - name: Check out Git repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up problem matcher - uses: xt0rted/markdownlint-problem-matcher@98d94724052d20ca2e06c091f202e4c66c3c59fb # tag=v2.0.0 + uses: xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27 # v3.0.0 - name: Run markdownlint run: npx --package markdownlint-cli markdownlint '**/*.md' --ignore node_modules