Skip to content

Commit c948ad3

Browse files
chore(deps): update yokawasa/action-setup-kube-tools action to v0.13.1
1 parent 4f1d16d commit c948ad3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/charts-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
chart: "charts/${{ matrix.chart }}"
5050

5151
- name: Install Kubernetes tools
52-
uses: yokawasa/[email protected].0
52+
uses: yokawasa/[email protected].1
5353
with:
5454
setup-tools: |
5555
helmv3

.github/workflows/charts-release-ghpages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Install Kubernetes tools
42-
uses: yokawasa/[email protected].0
42+
uses: yokawasa/[email protected].1
4343
with:
4444
setup-tools: |
4545
helmv3

.github/workflows/charts-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CHART_TYPE=$(yq '.type // "application"' Chart.yaml)
4444
4545
- name: Install Kubernetes tools
46-
uses: yokawasa/[email protected].0
46+
uses: yokawasa/[email protected].1
4747
with:
4848
setup-tools: |
4949
helmv3
@@ -105,7 +105,7 @@ jobs:
105105
CHART_TYPE=$(yq '.type // "application"' Chart.yaml)
106106
107107
- name: Install Kubernetes tools
108-
uses: yokawasa/[email protected].0
108+
uses: yokawasa/[email protected].1
109109
with:
110110
setup-tools: |
111111
helmv3

0 commit comments

Comments
 (0)