From d191a6f92f3fa5caff77b3ff0ab7b452ccbc6d5f Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Thu, 18 Dec 2025 16:42:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore:=20remove=20useless=20chec?= =?UTF-8?q?kout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index e053bff..ee9d8de 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v2 - name: "Check and install file if needed" shell: bash run: file --help &> /dev/null || sudo apt install -y file || sudo yum install -y file