We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6012754 commit 8d7f58dCopy full SHA for 8d7f58d
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Configure
20
run: cmake -B ${{github.workspace}}/Build -DCMAKE_BUILD_TYPE=${{matrix.configuration}}
21
- name: Build
0 commit comments