Bump actions/setup-python from 4.2.0 to 4.3.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/b55428b1882923874294fa556849718a1d7f2ca5...13ae5bb136fac2878aff31522b9efb785519f984)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-20 13:01:22 -04:00
committed by Thomas Pantelis
parent 3406547674
commit 4d3f995959
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
version: v3.6.0 version: v3.6.0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
with: with:
python-version: '3.x' python-version: '3.x'
+2
View File
@@ -20,6 +20,8 @@ CHARTS_DIR=charts
CHARTS_VERSION=0.14.0-m1 CHARTS_VERSION=0.14.0-m1
HELM_DOCS_VERSION=0.15.0 HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url) REPO_URL=$(shell git config remote.origin.url)
SUBCTL_VERSION=$(CHARTS_VERSION)
export SUBCTL_VERSION
# Targets to make # Targets to make