From ad015f14a836cb696dd570b87c49c923f7d298e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:33:09 +0000 Subject: [PATCH] build(deps): bump ls-lint/action from 2.3.0 to 2.3.1 Bumps [ls-lint/action](https://github.com/ls-lint/action) from 2.3.0 to 2.3.1. - [Commits](https://github.com/ls-lint/action/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: ls-lint/action dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 97f419d09..a3972d413 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,6 +30,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ls-lint/action@v2.3.0 + - uses: ls-lint/action@v2.3.1 with: config: .github/linters/.ls-lint.yml