chore: Update lint-action to v2 in lint-js.yml and lint-py.yml workflows

This commit is contained in:
ogabrielluiz 2024-06-14 13:53:27 -03:00
commit 52e472798a
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
if: ${{ steps.setup-node.outputs.cache-hit != 'true' }}
- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.github_token }}
auto_fix: true

View file

@ -41,7 +41,7 @@ jobs:
./.mypy_cache
key: ${{ runner.os }}-mypy-${{ hashFiles('**/pyproject.toml') }}
- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.github_token }}
# Enable linters