Skip to content

Commit ca182b9

Browse files
authored
chore: prettierignore updates and setup-helm upgrade (#5721)
* chore: update prettierignore * chore: upgrade setup-helm 3.4
1 parent cc8ce3b commit ca182b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ jobs:
8383
8484
- name: Install helm
8585
if: steps.changed-files.outputs.any_changed == 'true'
86-
uses: azure/setup-helm@v3.3
86+
uses: azure/setup-helm@v3.4
8787
with:
88-
version: "v3.10.1"
8988
token: ${{ secrets.GITHUB_TOKEN }}
9089

9190
- name: Install helm kubeval plugin

Diff for: .prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
lib/vscode
2+
lib/vscode-reh-web-linux-x64
3+
release-standalone
4+
release
25
helm-chart
36
test/scripts
47
test/e2e/extensions/test-extension

0 commit comments

Comments
 (0)