Skip to content

Commit e87e217

Browse files
committed
ci: bump actions/checkout to v4
Signed-off-by: David Calvert <[email protected]>
1 parent 20f6aef commit e87e217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/Code/User/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"HashiCorp.HCL",
3434
"yzhang.markdown-all-in-one"
3535
],
36-
"window.zoomLevel": 1,
3736
"workbench.colorTheme": "GitHub Dark",
37+
"window.zoomLevel": 1,
3838
}

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
# Doc: https://github.com/marketplace/actions/checkout
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Install deps, make & lint
2222
run: |

0 commit comments

Comments
 (0)