mirror of https://github.com/coder/code-server.git
chore: prettierignore updates and setup-helm upgrade (#5721)
* chore: update prettierignore * chore: upgrade setup-helm 3.4
This commit is contained in:
parent
cc8ce3b3c6
commit
ca182b9fb5
|
@ -83,9 +83,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install helm
|
- name: Install helm
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: azure/setup-helm@v3.3
|
uses: azure/setup-helm@v3.4
|
||||||
with:
|
with:
|
||||||
version: "v3.10.1"
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install helm kubeval plugin
|
- name: Install helm kubeval plugin
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
lib/vscode
|
lib/vscode
|
||||||
|
lib/vscode-reh-web-linux-x64
|
||||||
|
release-standalone
|
||||||
|
release
|
||||||
helm-chart
|
helm-chart
|
||||||
test/scripts
|
test/scripts
|
||||||
test/e2e/extensions/test-extension
|
test/e2e/extensions/test-extension
|
||||||
|
|
Loading…
Reference in New Issue