From 17f699de8eaeddc4d661d26297f13d5c13ff085a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Jul 2025 00:05:00 +0000 Subject: [PATCH] chore(deps): update sibiraj-s/action-eslint action to v4 --- .gitea/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 79a1dd8..9dfec41 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 cache: "npm" - run: npm i - - uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1 + - uses: sibiraj-s/action-eslint@c24ff92cabb3ad38994c99f5583c59125ea040b0 # v4.0.1 with: eslint-args: "--ignore-path=.gitignore --quiet" extensions: "js,jsx,ts,tsx"