chore(deps): update actions/setup-python action to v4 (#1514)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-13 14:07:52 +01:00
committed by GitHub
parent a62882d243
commit 1b7ec33135
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ jobs:
--enable-optional-test container-security-context-readonlyrootfilesystem
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'

View File

@@ -47,7 +47,7 @@ jobs:
--enable-optional-test container-security-context-readonlyrootfilesystem
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'