From c28991fc6dda653f17bb978fe5773a3e0cd3a8fe Mon Sep 17 00:00:00 2001 From: anjmao Date: Wed, 21 Aug 2024 17:27:52 +0300 Subject: [PATCH] Fixed linter #skip-lint #skip-test --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb8871e..340b1b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,6 +75,7 @@ jobs: args: --timeout=5m skip-pkg-cache: true skip-build-cache: true + version: v1.58.2 - name: Test if: ${{ github.event_name == 'pull_request' && !contains(env.head_commit_message, '#skip-test') }}