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] <support@github.com>

* update helm and python

* fix version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
dependabot[bot] 2022-04-07 13:18:25 +02:00 committed by GitHub
parent 1444d0dc40
commit 48c45d5a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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