Skip to content

Commit

Permalink
Attempt to fix contour tests by upgrading to latest github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed Aug 13, 2020
1 parent effa8ed commit 253a8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: git fetch --prune --unshallow

- name: Create kind cluster
uses: helm/kind-action@v1.0.0-rc.1
uses: helm/kind-action@v1.0.0

- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-rc.2
uses: helm/chart-testing-action@v1.0.0
with:
config: .github/ct-install.yaml
command: install
Expand Down

0 comments on commit 253a8ec

Please sign in to comment.