From 14a1cff7fbe1c878da776f25e06eafbdec09b976 Mon Sep 17 00:00:00 2001 From: Pim van Nierop Date: Tue, 26 Mar 2024 10:41:28 +0100 Subject: [PATCH] Install helmfile in Action --- .github/workflows/versions.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index 0f74588cc..616bebe9c 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -13,8 +13,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: List files - run: ls -la bin/ + - name: setup-helmfile + uses: mamezou-tech/setup-helmfile@v1.2.0 + with: + install-helm-plugins: no + install-kubectl: no - name: Update versions.md run: bin/version_scan