Skip to content

Bump azure/setup-helm from 1 to 3 #18

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@v2
- uses: azure/setup-helm@v1 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- uses: azure/setup-helm@v3 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- name: Install pipenv
run: |
python -m pip install --no-cache-dir --upgrade pipenv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@v2
- uses: azure/setup-helm@v1 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- uses: azure/setup-helm@v3 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- uses: imranismail/setup-kustomize@v1
if: ${{ runner.os != 'windows' }}
- name: Install pipenv
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
python-version: ${{ env.python-version }}
- uses: actions/setup-node@v2
- uses: azure/setup-helm@v1 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- uses: azure/setup-helm@v3 # don't update till fixed https://github.com/Azure/setup-helm/issues/59
- uses: imranismail/setup-kustomize@v1
- name: Install pipenv
run: |
Expand Down