Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djajcevic authored May 24, 2024
1 parent d872e2c commit 9df1db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4.2.0
- name: Lint Helm Chart
run: helm lint ./
- name: Package Helm Chart
Expand Down

0 comments on commit 9df1db1

Please sign in to comment.