Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from eclipse-tractusx/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/azure/setup-helm-4

chore(deps): bump azure/setup-helm from 3 to 4
  • Loading branch information
fabiodmota authored Feb 29, 2024
2 parents dd12d60 + 440f34d commit 36642c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: '3.6.3'

Expand Down

0 comments on commit 36642c9

Please sign in to comment.