diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 4e28d38..55ff9fb 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -33,6 +33,6 @@ "HashiCorp.HCL", "yzhang.markdown-all-in-one" ], - "window.zoomLevel": 1, "workbench.colorTheme": "GitHub Dark", + "window.zoomLevel": 1, } \ No newline at end of file diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0538e69..e6a0f45 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: steps: # Doc: https://github.com/marketplace/actions/checkout - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install deps, make & lint run: |