From be66fe801f2ab53b7433db0a50ebabb1908b2c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 22 Apr 2024 20:17:57 +0200 Subject: [PATCH] remove yq install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/check-codeowners.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check-codeowners.yaml b/.github/workflows/check-codeowners.yaml index 9911c00cd9a8..dad49e040e3b 100644 --- a/.github/workflows/check-codeowners.yaml +++ b/.github/workflows/check-codeowners.yaml @@ -8,10 +8,6 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - - name: install yq - run: | - sudo snap install yq - - name: generate CODEOWNERS run: | ./scripts/check-codeowners.sh > .github/CODEOWNERS