We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe2996 commit 3e13f5bCopy full SHA for 3e13f5b
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@v4
+ - uses: actions/checkout@v5
21
22
- name: Configure CMake
23
run: cmake -B ${{github.workspace}}/builds/${{ runner.os }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments