Skip to content

Commit

Permalink
chore(actions): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 8300b3e commit 614aa32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
ref: helm-index
path: index

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

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

- name: Create package
run: |
Expand Down Expand Up @@ -110,13 +110,13 @@ jobs:
"$upload_url?name=$(basename $file)"
- name: Upload index
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: index

- name: Publish index
id: publish-index
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

publish-to-packages:
name: Publish chart to github packages
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Checkout repository
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 614aa32

Please sign in to comment.