Skip to content

Commit

Permalink
dev work on release workflow
Browse files Browse the repository at this point in the history
update release workflow actions versions
  • Loading branch information
8naama authored May 2, 2024
2 parents 7302c65 + ac53fa0 commit 3c01b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -24,7 +24,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
Expand Down

0 comments on commit 3c01b4a

Please sign in to comment.