From f68e4743766bc0f7935b1deb65fbd4a9fbce7623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:03:33 +0000 Subject: [PATCH] Bump ls-lint/action from 2.0.1 to 2.2.2 Bumps [ls-lint/action](https://github.com/ls-lint/action) from 2.0.1 to 2.2.2. - [Release notes](https://github.com/ls-lint/action/releases) - [Commits](https://github.com/ls-lint/action/compare/v2.0.1...v2.2.2) --- updated-dependencies: - dependency-name: ls-lint/action 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 d2ed4b49..1b4c1a81 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,6 @@ jobs: - run: bash server/api/installBuf.bash - name: pre-commit uses: pre-commit/action@v3.0.0 - - uses: ls-lint/action@v2.0.1 + - uses: ls-lint/action@v2.2.2 with: config: .ls-lint.yaml