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.
1 parent 376eaff commit 262cd77Copy full SHA for 262cd77
.github/workflows/pull-request.yaml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Setup Helm
19
uses: Azure/setup-helm@v4.3.1
20
+ with:
21
+ version: 'v3.19.2'
22
23
- name: Checkout pull request branch
24
uses: actions/checkout@v5.0.0
@@ -151,6 +153,8 @@ jobs:
151
153
runs-on: ubuntu-latest
152
154
155
- uses: azure/setup-helm@v4.3.1
156
157
158
159
160
@@ -160,7 +164,7 @@ jobs:
164
fetch-depth: 0
161
165
162
166
- name: Set up chart-testing-action
163
- uses: helm/chart-testing-action@v2.7.0
167
+ uses: helm/chart-testing-action@v2.8.0
168
169
- name: Get changed charts
170
id: list-changed
0 commit comments