Skip to content

Commit 15c1f39

Browse files
committed
Merge #429: ci, gha: Update actions/checkout actions
e6a9a70 ci, gha: Update `actions/checkout` actions (Hennadii Stepanov) Pull request description: ACKs for top commit: MarnixCroes: lgtm ACK e6a9a70 jarolrod: ACK e6a9a70 pablomartin4btc: ACK e6a9a70 Tree-SHA512: a3aedabcdf7e5bdb45be96f663be853848134c92a5fc582e96cd5a02967647ec407afd3b467c3b6c96bfdea4707ab5c2ff6156fd755d493dcbf7a5fcfc63d47c
2 parents c117acc + e6a9a70 commit 15c1f39

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)