We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c03c6e commit 3c41abaCopy full SHA for 3c41aba
1 file changed
.github/workflows/cmake.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [ubuntu-latest, windows-latest, macos-latest]
18
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
22
- name: Configure CMake
23
run: cmake -B ${{github.workspace}}/builds/${{ runner.os }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments