Skip to content

Commit

Permalink
Bump actions/setup-python from 4.0.0 to 4.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.0.0...v4.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 0de07d9 commit cb447a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-lint-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# https://github.com/actions/setup-python
- name: Set up Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.7.0
with:
python-version: 3.8
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-spell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ref: ${{ steps.get_ref.outputs.ref }}

- name: Set up Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.7.0
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit cb447a2

Please sign in to comment.