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 Dec 4, 2023
1 parent 004d2a3 commit 7d691f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
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 @@ -116,7 +116,7 @@ jobs:

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

publish-to-packages:
name: Publish chart to github packages
Expand Down

0 comments on commit 7d691f1

Please sign in to comment.