Skip to content

Commit 638de6f

Browse files
chore(deps): bump actions/setup-python from 3.1.2 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@98f2ad0...bd6b4b6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39fd635 commit 638de6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
version: v3.5.0
250250
- name: Set up python
251-
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # v2.3.0
251+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v2.3.0
252252
with:
253253
python-version: 3.7
254254
- name: Setup Chart Linting

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.event.inputs.ref }}
2727
fetch-depth: 0
2828
persist-credentials: true
29-
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
29+
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
3030
with:
3131
python-version: 3.x
3232
- run: |

.github/workflows/publish-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: v3.5.0
3131
- name: Set up python
32-
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
32+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
3333
with:
3434
python-version: 3.7
3535
- name: Setup Chart Linting

0 commit comments

Comments
 (0)