From a080dc2e7fa27be769cf647715a4648b99d984a1 Mon Sep 17 00:00:00 2001 From: Max Williams <8859277+max-rocket-internet@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:55:30 +0200 Subject: [PATCH] Update helm-conftest.yaml --- .github/workflows/helm-conftest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-conftest.yaml b/.github/workflows/helm-conftest.yaml index 83362ef7..12bc0237 100644 --- a/.github/workflows/helm-conftest.yaml +++ b/.github/workflows/helm-conftest.yaml @@ -8,6 +8,6 @@ jobs: image: instrumenta/helm-conftest:latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.7 - name: Validate all charts run: bash ci/helm-conftest.sh