diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 13c7eb4..5f8296e 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -29,7 +29,7 @@ jobs: DISABLE_LINTERS: "CPP" # Disable linting for other languages - name: Run ReviewDog with yamlint - uses: reviewdog/action-yamllint@e02a49fdf53f51ddd8dfa89b09aa975043aeba38 # v1.23.0 + uses: reviewdog/action-yamllint@de68272fdca5f2a961fb309e0d2e13c2eb186d9e # v1.23.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Change reporter.