From 4da2951d35e440af96652c913c55202160de2669 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 16 Apr 2024 08:00:55 +0000 Subject: [PATCH] Use fully qualifed actions/setup-helm version --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index c42cf935..77d5786d 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v4.2.0 - name: Setup chart-testing uses: helm/chart-testing-action@v2.6.1