From 8d2a8e6eba097abdb043de226a25dcf79632a5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:01:23 +0000 Subject: [PATCH] Bump samuelmeuli/lint-action from 1 to 2 Bumps [samuelmeuli/lint-action](https://github.com/samuelmeuli/lint-action) from 1 to 2. - [Release notes](https://github.com/samuelmeuli/lint-action/releases) - [Commits](https://github.com/samuelmeuli/lint-action/compare/v1...v2) --- updated-dependencies: - dependency-name: samuelmeuli/lint-action dependency-type: direct:production update-type: version-update:semver-major ... 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 d2f5cfb..1ad0299 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: run: npm install - name: Run linters - uses: samuelmeuli/lint-action@v1 + uses: samuelmeuli/lint-action@v2 with: github_token: ${{ secrets.github_token }} # Enable linters