Bump reviewdog/action-stylelint from 1.23.0 to 1.24.0

Bumps [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/reviewdog/action-stylelint/releases)
- [Commits](https://github.com/reviewdog/action-stylelint/compare/v1.23.0...v1.24.0)

---
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-06-17 09:24:42 +00:00 committed by GitHub
parent 706fc160e0
commit f2e64afb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.23.0
uses: reviewdog/action-stylelint@v1.24.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check