-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from michalbiesek/bump-gh-actions-dependencies
Bump GitHub Actions dependencies & fix typos
- Loading branch information
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,28 +7,26 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: 3.12.3 | ||
uses: azure/[email protected] | ||
|
||
- name: Install unittest plugin | ||
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.5 | ||
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.2 | ||
|
||
- name: helm lint | ||
run: helm lint helm-chart-sources/* | ||
|
||
- name: helm unittest | ||
run: helm unittest helm-chart-sources/* | ||
|
||
- uses: actions/setup-go@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '>=1.19.0' | ||
|
||
- name: Install kubeconform | ||
run: go install github.com/yannh/kubeconform/cmd/[email protected].3 | ||
run: go install github.com/yannh/kubeconform/cmd/[email protected].7 | ||
|
||
- name: kubeconform | ||
run: ./scripts/kubeconform.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters