Skip to content

Commit 49568f1

Browse files
authored
Update GitHub Actions versions to comply with Apache Infra requirements. (#26)
* Update GitHub Actions versions to comply with Apache Infra requirements. --------- Co-authored-by: lewismc <[email protected]>
1 parent b6eed7f commit 49568f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.x'
3838
check-latest: true
3939
- name: Set up chart-testing
40-
uses: helm/chart-testing-action@v2.6.1
40+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
4141
- name: Run chart-testing (list-changed)
4242
id: list-changed
4343
run: |
@@ -50,7 +50,7 @@ jobs:
5050
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --charts .
5151
shell: bash
5252
- name: Create kind cluster
53-
uses: helm/kind-action@v1.10.0
53+
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
5454
if: steps.list-changed.outputs.changed == 'true'
5555
- name: Uninstall helm-unittest if present
5656
run: |

0 commit comments

Comments
 (0)