We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbc88b commit 14965a9Copy full SHA for 14965a9
.github/workflows/cmake-multi-platform.yml
@@ -23,7 +23,7 @@ jobs:
23
build_type: [Release]
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
- name: Set reusable strings
29
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
0 commit comments