From 48c45d5a83ab7ca087c51ef92f80cbba3cf576fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 13:18:25 +0200 Subject: [PATCH] build(deps): bump actions/setup-python from 3.1.0 to 3.1.1 (#100) * build(deps): bump actions/setup-python from 3.1.0 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update helm and python * fix version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Kotzbauer --- .github/workflows/lint-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index f337f42..fb7c0e7 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,11 +14,11 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v2.0 with: - version: v3.4.0 + version: v3.8.1 - - uses: actions/setup-python@v3.1.0 + - uses: actions/setup-python@v3.1.1 with: - python-version: 3.7 + python-version: "3.10" - name: Set up chart-testing uses: helm/chart-testing-action@v2.2.1 @@ -39,4 +39,4 @@ jobs: if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - run: ct install --target-branch main \ No newline at end of file + run: ct install --target-branch main