Skip to content

Commit

Permalink
Merge pull request #44 from rtsp/dependabot/github_actions/azure/setu…
Browse files Browse the repository at this point in the history
…p-helm-4

build(deps): bump azure/setup-helm from 3.5 to 4
  • Loading branch information
rtsp authored May 17, 2024
2 parents 34a92f8 + a61677d commit 6a2bb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4

- name: Set up Python
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4

- name: Set up Python
uses: actions/setup-python@v5.1.0
Expand Down

0 comments on commit 6a2bb30

Please sign in to comment.