From 841e26fc23968641bd4c6983ee42c1346099b992 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Thu, 3 Oct 2024 19:06:10 +0530 Subject: [PATCH] ci: fix lint version 1.59.1 --- .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 1561ba1..587e446 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,4 +23,4 @@ jobs: with: args: --timeout 10m github-token: ${{ secrets.GITHUB_TOKEN }} - version: latest \ No newline at end of file + version: v1.59.1 \ No newline at end of file