Skip to content

Commit

Permalink
Merge pull request #25 from dyllamt/feature/helm-seup-action
Browse files Browse the repository at this point in the history
update version of the azure/setup-helm action
  • Loading branch information
dyllamt authored Feb 24, 2024
2 parents cf631f5 + aad73d1 commit 466a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
git config user.email "[email protected]"
- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: '3.14.2'
version: '3.13.3'

- name: Log in to the OCI Registry
run: helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 466a715

Please sign in to comment.