Skip to content

Commit

Permalink
Bump reviewdog/action-stylelint from 1.23.0 to 1.26.0 (#18378)
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) from 1.23.0 to 1.26.0.
- [Release notes](https://github.com/reviewdog/action-stylelint/releases)
- [Commits](reviewdog/action-stylelint@24fcb95...2dd87bb)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Cosgrove <[email protected]>
Co-authored-by: Edmund Dunn <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 9426479 commit ebb8387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Stylelint modules
# See also `composer va:test:stylelint-modules` in composer.json
uses: reviewdog/action-stylelint@24fcb957ec2ca41649b8e060a6630feb0d8e4201 # v1.23.0
uses: reviewdog/action-stylelint@2dd87bbb3c82a49bb5b7bf01a454b4e9754c5289 # v1.26.0
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
Expand All @@ -149,7 +149,7 @@ jobs:
stylelint_input: 'docroot/modules/custom/**/*.css'
- name: Stylelint themes
# See also `composer va:test:stylelint-themes` in composer.json
uses: reviewdog/action-stylelint@24fcb957ec2ca41649b8e060a6630feb0d8e4201 # v1.23.0
uses: reviewdog/action-stylelint@2dd87bbb3c82a49bb5b7bf01a454b4e9754c5289 # v1.26.0
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit ebb8387

Please sign in to comment.