Skip to content

Commit

Permalink
Update actions/setup-python action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 10, 2022
1 parent 000dee0 commit c193150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: helm linting
run : helm lint charts/*

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

# documentation:
Expand Down

0 comments on commit c193150

Please sign in to comment.