We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f6aef commit e87e217Copy full SHA for e87e217
2 files changed
.config/Code/User/settings.json
@@ -33,6 +33,6 @@
33
"HashiCorp.HCL",
34
"yzhang.markdown-all-in-one"
35
],
36
- "window.zoomLevel": 1,
37
"workbench.colorTheme": "GitHub Dark",
+ "window.zoomLevel": 1,
38
}
.github/workflows/ci-build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
# Doc: https://github.com/marketplace/actions/checkout
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- name: Install deps, make & lint
22
run: |
0 commit comments