From 81d6985d66b17216abf9b8eb88974e140b9c57c3 Mon Sep 17 00:00:00 2001 From: justinthelaw Date: Thu, 29 Feb 2024 15:58:46 -0500 Subject: [PATCH] python version --- .github/workflows/manifest-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest-lint.yaml b/.github/workflows/manifest-lint.yaml index ab6e49a..bd9a9ee 100644 --- a/.github/workflows/manifest-lint.yaml +++ b/.github/workflows/manifest-lint.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version-file: 3.11.6 + python-version: 3.11.6 - name: Set up chart-testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1