From 82650eb9716e15599665a493d541be359858cbd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:37:15 +0000 Subject: [PATCH] GA: Bump sibiraj-s/action-eslint from 3 to 4 Bumps [sibiraj-s/action-eslint](https://github.com/sibiraj-s/action-eslint) from 3 to 4. - [Release notes](https://github.com/sibiraj-s/action-eslint/releases) - [Changelog](https://github.com/sibiraj-s/action-eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/sibiraj-s/action-eslint/compare/v3...v4) --- updated-dependencies: - dependency-name: sibiraj-s/action-eslint dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e09b7dd..764bb08 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: registry-url: "https://npm.pkg.github.com" - name: Pnpm Install run: pnpm install --no-frozen-lockfile - - uses: sibiraj-s/action-eslint@v3 + - uses: sibiraj-s/action-eslint@v4 with: eslint-args: '--ignore-path=.gitignore --quiet' extensions: 'js,jsx,ts,tsx'