From cb54bab7741e824c82ed340e9396a8d8e89b618f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 07:02:16 +0000 Subject: [PATCH] :arrow_up: Bump wearerequired/lint-action from 1 to 2 Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 1 to 2. - [Release notes](https://github.com/wearerequired/lint-action/releases) - [Commits](https://github.com/wearerequired/lint-action/compare/v1...v2) --- updated-dependencies: - dependency-name: wearerequired/lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 03a7016..ca482c0 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -24,7 +24,7 @@ jobs: run: yarn install --frozen-lockfile - name: Run ESLint - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: check_name: ESLint Results eslint: true @@ -48,7 +48,7 @@ jobs: run: yarn install --frozen-lockfile - name: Run Prettier - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: check_name: Prettier Results prettier: true