mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci(github-action): update yokawasa/action-setup-kube-tools action to v0.9.3
| datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | yokawasa/action-setup-kube-tools | v0.9.2 | v0.9.3 |
This commit is contained in:
parent
0cf022c6ac
commit
dc54ad9211
4 changed files with 5 additions and 5 deletions
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
chart: "charts/${{ matrix.chart }}"
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
|
2
.github/workflows/charts-release-oci.yaml
vendored
2
.github/workflows/charts-release-oci.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
|
4
.github/workflows/charts-test.yaml
vendored
4
.github/workflows/charts-test.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue