We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
2 parents c117acc + e6a9a70 commit 15c1f39Copy full SHA for 15c1f39
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
steps:
56
- name: Checkout
57
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
58
59
- name: Clang version
60
run: clang --version
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
- name: Configure Developer Command Prompt for Microsoft Visual C++
111
# Using microsoft/setup-msbuild is not enough.
0 commit comments