From 46c644d3ef52c38f2ab14948fb5fcd01ab9291fc Mon Sep 17 00:00:00 2001 From: Niclas Schad Date: Wed, 15 Jan 2025 10:54:30 +0100 Subject: [PATCH] Bump github actions dependencies Signed-off-by: Niclas Schad --- .github/workflows/lint-test.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index e625e104..f55d486a 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -15,19 +15,17 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v3 with: - version: v3.4.1 + version: v3.12.1 # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python - - name: Set up Python - uses: actions/setup-python@v4 + - uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: '3.10' + check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.3.1 - with: - version: v3.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (lint) run: ct lint --config ct.yaml @@ -38,7 +36,7 @@ jobs: git diff --exit-code -- README.md - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.8.0 - name: Run chart-testing (install) run: |