Skip to content

Commit 139266c

Browse files
chore: bump actions version
1 parent d4af2df commit 139266c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
2424
- uses: azure/setup-helm@v2.1
2525
with:
26-
version: v3.5.0
26+
version: v3.8.1
2727

2828
- run: helm repo add bitnami https://charts.bitnami.com/bitnami
2929

30-
- uses: helm/chart-releaser-action@v1.2.1
30+
- uses: helm/chart-releaser-action@v1.4.0
3131
env:
3232
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3333
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"

.github/workflows/ci-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: azure/setup-helm@v2.1
1616
with:
17-
version: v3.5.0
17+
version: v3.8.1
1818

1919
- uses: actions/setup-python@v2
2020
with:

0 commit comments

Comments
 (0)