Merge pull request #4201 from liangyuanpeng/update_helm_lint

Update chart-testing-action to v2.6.0 and cosigin-installer to v3.1.1
This commit is contained in:
karmada-bot 2023-11-01 15:39:37 +08:00 committed by GitHub
commit 086a6c449e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
with: with:
go-version: 1.20.10 go-version: 1.20.10
- name: Install Cosign - name: Install Cosign
uses: sigstore/cosign-installer@v3.0.3 uses: sigstore/cosign-installer@v3.1.1
with: with:
cosign-release: 'v1.13.1' cosign-release: 'v1.13.1'
- name: install QEMU - name: install QEMU

View File

@ -36,7 +36,7 @@ jobs:
with: with:
go-version: 1.20.10 go-version: 1.20.10
- name: Install Cosign - name: Install Cosign
uses: sigstore/cosign-installer@v3.0.3 uses: sigstore/cosign-installer@v3.1.1
with: with:
cosign-release: 'v1.13.1' cosign-release: 'v1.13.1'
- name: install QEMU - name: install QEMU

View File

@ -44,7 +44,7 @@ jobs:
check-latest: true check-latest: true
- name: Set up chart-testing - name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0 uses: helm/chart-testing-action@v2.6.0
- name: Add dependency chart repos - name: Add dependency chart repos
run: | run: |