From 3d2026a490ae22baa46c7599d8f33684fa9219f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:44:09 +0000 Subject: [PATCH] fix(deps): 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37065a32..3c3035c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: npm ci --prefer-offline --no-audit --no-optional - name: Run linter(s) 👀 - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_name: github-actions[bot]