Merge pull request #85 from ckotzbauer/dependabot/github_actions/azure/setup-helm-2.0
build(deps): bump azure/setup-helm from 1.1 to 2.0
This commit is contained in:
commit
3e5a7d9a41
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v1.1
|
||||
uses: azure/setup-helm@v2.0
|
||||
with:
|
||||
version: v3.4.0
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1.1
|
||||
uses: azure/setup-helm@v2.0
|
||||
with:
|
||||
version: v3.4.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue