From 6a79a6769b5997f308d1a6200a04300a9108bd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 18 Dec 2025 22:02:22 +0800 Subject: [PATCH] ci: fix lint (#56281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 遇见同学 <1875694521@qq.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0197ac85a..c3a144e3b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,4 +36,4 @@ updates: ignore: # `actions/upload-artifact` modify the upload logic # which can not correct download by `dawidd6/action-download-artifact` - - dependency-name: "actions/upload-artifact" + - dependency-name: actions/upload-artifact