From c82c3b1d4028331016ad94943e0c865846fb6607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:27:49 +0000 Subject: [PATCH] Bump reviewdog/action-stylelint from 1.24.0 to 1.26.0 Bumps [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/reviewdog/action-stylelint/releases) - [Commits](https://github.com/reviewdog/action-stylelint/compare/v1.24.0...v1.26.0) --- updated-dependencies: - dependency-name: reviewdog/action-stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86b81eee..0a57bc09 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -104,7 +104,7 @@ jobs: yarn install --frozen-lockfile if: steps.changed-files.outputs.any_changed == 'true' - name: stylelint - uses: reviewdog/action-stylelint@v1.24.0 + uses: reviewdog/action-stylelint@v1.26.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check