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