Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-python from 3 to 4 #703

Merged
merged 3 commits into from
Jun 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
helm env
helm plugin install https://github.com/quintush/helm-unittest

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Setup environment for pre-commit
run: hack/ci/github/setup/pre-commit.sh
Expand Down Expand Up @@ -55,9 +57,9 @@ jobs:
helm env
helm plugin install https://github.com/quintush/helm-unittest

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.x'

- name: Install chart-testing
uses: helm/chart-testing-action@v2.2.1
Expand Down