We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e111269 commit cf22246Copy full SHA for cf22246
.github/workflows/e2e.yaml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
42
with:
43
fetch-depth: 0
44
- - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78
+ - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
45
46
version: 3.3.4
47
- name: Installing BATS
.github/workflows/helm-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
18
19
- - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
+ - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3
20
- name: Setup Chart Linting
21
id: lint
22
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992
0 commit comments