Skip to content

Commit e6a9a70

Browse files
committed
ci, gha: Update actions/checkout actions
1 parent c117acc commit e6a9a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858

5959
- name: Clang version
6060
run: clang --version
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v3
108+
uses: actions/checkout@v4
109109

110110
- name: Configure Developer Command Prompt for Microsoft Visual C++
111111
# Using microsoft/setup-msbuild is not enough.

0 commit comments

Comments
 (0)