From 1b7ec33135cbab2c4736318f85f438ff59c14606 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:07:52 +0100 Subject: [PATCH] chore(deps): update actions/setup-python action to v4 (#1514) Co-authored-by: Renovate Bot --- .github/workflows/publish-chart.yaml | 2 +- .github/workflows/validate-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 95a20f42..c5356c62 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -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' diff --git a/.github/workflows/validate-chart.yaml b/.github/workflows/validate-chart.yaml index db481302..b3d98d39 100644 --- a/.github/workflows/validate-chart.yaml +++ b/.github/workflows/validate-chart.yaml @@ -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'