From f7649571541acd15935e7e6e938d502fddfd9446 Mon Sep 17 00:00:00 2001 From: rigazilla Date: Wed, 17 Jan 2024 23:56:34 +0100 Subject: [PATCH] fix yq version --- .github/workflows/test-chart.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index f0b911d..dc62032 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -17,9 +17,10 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} id: install - - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.1.1 - + - uses: dcarbone/install-yq-action@v1.1.1 + with: + # Keep this version. merge works as expected + version: v4.2.0 - name: Lint run: helm lint