We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab62f35 + f3c02ac commit 85f232eCopy full SHA for 85f232e
.github/workflows/lint-test.yaml
@@ -16,11 +16,11 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v6
18
with:
19
- python-version: '3.13'
+ python-version: '3.14'
20
check-latest: true
21
22
- name: Set up chart-testing
23
- uses: helm/chart-testing-action@v2
+ uses: helm/chart-testing-action@v2.8.0
24
25
- name: Run chart-testing (list-changed)
26
id: list-changed
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Setup Cosign
- uses: sigstore/cosign-installer@v3.10.0
+ uses: sigstore/cosign-installer@v4.0.0
- name: Configure Git
run: |
0 commit comments