Skip to content

Commit

Permalink
ci: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Apr 13, 2024
1 parent 20f6aef commit e87e217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"HashiCorp.HCL",
"yzhang.markdown-all-in-one"
],
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"window.zoomLevel": 1,
}
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e87e217

Please sign in to comment.