diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 636416f..745c6ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,11 +6,11 @@ on: env: HELM_VERSION: v3.14.4 + PYTHON_VERSION: 3.x jobs: lint: runs-on: ubuntu-latest - container: python:3 steps: - name: Read Configuration @@ -27,6 +27,11 @@ jobs: uses: azure/setup-helm@v4 with: version: ${{ env.HELM_VERSION }} + - + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHON_VERSION }} + check-latest: true - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.0