diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 379e9b7..c8a4a8e 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -27,7 +27,7 @@ jobs: - name: Lint run: cd ${{ matrix.linter.cwd }}; ${{ matrix.linter.cmd }} > lint.log - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.log' diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index ff7bd03..96b8be3 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -20,7 +20,7 @@ jobs: output: 'lint.txt' config: '.mdl.yml' - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.txt' diff --git a/.github/workflows/check-yml.yml b/.github/workflows/check-yml.yml index f7bc9f9..1c9af79 100644 --- a/.github/workflows/check-yml.yml +++ b/.github/workflows/check-yml.yml @@ -14,7 +14,7 @@ jobs: - name: yamllint run: yamllint --strict -f parsable . > lint.txt - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.txt'