Bump reviewdog/action-stylelint from 1.18.1 to 1.20.2

Bumps [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) from 1.18.1 to 1.20.2.
- [Release notes](https://github.com/reviewdog/action-stylelint/releases)
- [Commits](https://github.com/reviewdog/action-stylelint/compare/v1.18.1...v1.20.2)

---
updated-dependencies:
- dependency-name: reviewdog/action-stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 09:10:11 +00:00 committed by GitHub
parent d02d97602c
commit e4fa1bd4e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ jobs:
yarn install --frozen-lockfile
if: steps.changed-files.outputs.any_changed == 'true'
- name: stylelint
uses: reviewdog/action-stylelint@v1.18.1
uses: reviewdog/action-stylelint@v1.20.2
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check