From e23692b3bc93680f36cf2189268628cefcc5d5e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 14:15:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v3 --- .github/workflows/on-push-lint-charts.yml | 2 +- .github/workflows/on-push-master-publish-chart.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push-lint-charts.yml b/.github/workflows/on-push-lint-charts.yml index 14ac3696..9819031c 100644 --- a/.github/workflows/on-push-lint-charts.yml +++ b/.github/workflows/on-push-lint-charts.yml @@ -44,7 +44,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@v2 + - uses: actions/setup-python@v3 with: python-version: 3.7 diff --git a/.github/workflows/on-push-master-publish-chart.yml b/.github/workflows/on-push-master-publish-chart.yml index 39fbc2fb..de4133d2 100644 --- a/.github/workflows/on-push-master-publish-chart.yml +++ b/.github/workflows/on-push-master-publish-chart.yml @@ -49,7 +49,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@v2 + - uses: actions/setup-python@v3 with: python-version: 3.7