We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a02cf commit 4b89289Copy full SHA for 4b89289
.github/workflows/cpp.yml
@@ -65,7 +65,7 @@ jobs:
65
- {compiler-options: "//std:c++20"}
66
- {compiler-options: "//std:c++23preview"}
67
steps:
68
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
69
- name: compile
70
shell: cmd
71
run: |
0 commit comments