From e87e21756a39afd8db86ef2634d971ec4701b824 Mon Sep 17 00:00:00 2001 From: David Calvert Date: Sat, 13 Apr 2024 09:09:24 +0200 Subject: [PATCH] ci: bump actions/checkout to v4 Signed-off-by: David Calvert --- .config/Code/User/settings.json | 2 +- .github/workflows/ci-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |