Skip to content

Commit

Permalink
feat: bump gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
morganrowse authored Oct 17, 2024
1 parent 584c2ce commit 17e2442
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chart-release.yml
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@v2
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand All @@ -24,12 +24,12 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3.5
with:
version: v3.8.1
version: v3.16.2

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: "charts"
env:
Expand Down

0 comments on commit 17e2442

Please sign in to comment.