Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 4.3.1 to 4.4.0 (#807)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@2c3dd9e...5ccb29d)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2022
1 parent b81d2d4 commit 9175c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 # v2.3.0
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v2.3.0
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0
persist-credentials: true
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
with:
python-version: 3.x
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down

0 comments on commit 9175c02

Please sign in to comment.