Skip to content

Commit

Permalink
Update publish-helm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-SAP authored Jun 7, 2024
1 parent e43baf7 commit 6f88e3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}

Expand Down Expand Up @@ -69,12 +69,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: website
path: website
Expand All @@ -85,7 +85,7 @@ jobs:
version: ${{ env.HELM_VERSION }}

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Create package
run: |
Expand Down Expand Up @@ -128,9 +128,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}

Expand Down

0 comments on commit 6f88e3b

Please sign in to comment.